Posted in October 9, 2008 ¬ 5:57 pmh.AdamComments Off
As long as we are discussing JD Edwards running on DB/2. Here’s another potentially useful function. This one converts a value from one unit of measure to another based on the F41002 table. It does this by converting the FromUOM to the primary UOM and thence to the ToUOM.
Read the rest of this entry »
Posted in October 8, 2008 ¬ 4:06 pmh.AdamComments Off
During nine years of blackguarding the J. D. Edwards date format (also known as JDate, also misnamed Julian Date), I have resisted learning to write DB/2 stored procedures because the need to use them while developing OneWorld applications is minimal and OneWorld is the only context in which I have encountered DB/2. Well, I have [...]
Read the rest of this entry »
Posted in June 17, 2008 ¬ 2:09 amh.AdamComments Off
If you have ever used the JDEdwards cross-reference facility in an attempt to find where a certain table column is used, you understand that it can be difficult, especially when the alias for your column is common. Let’s say you have a custom table [F550001] that has a column [URRF], and you need to find [...]
Read the rest of this entry »