RPG is the language of the AS/400/iSeries/System i/IBM i. And our readers speak it!
If the character date DMY field is defined as 8a, then it will work. The compile expects date separators in this case, since the length is 8. *DMY...
You can update the data in the trigger program if you set ALWREPCHG(*YES) on the ADDPFTRG command. Mark McCall
We are starting to use ILE with my group extensively. The members see what the advantages are and how it can improve their skills in the long run. My...
All the procedures in the module use the same psds. However, the *PROC field doesn't change when you're in a subprocedure - it always has the main...
Dear friends, I want to know the difference between getting certified from thomson prometric and UV prometric??? and which one is the best ????
** This thread discusses the article: Tips and Techniques: Miscoding Standalone Fields ** ** This thread discusses the Content article: Tips and...
** This thread discusses the article: Using Edit Codes ** not sure about this code accuracy but there's no such thing as %EDTCDE BIF. %EditC is a...
** This thread discusses the article: TechTip: RPG IV---Are You Having Problems with Your Dates? ** ** This thread discusses the Content article:...
In V5R2, you can do this: Date8s0 = %Uns(%Char(%Date():*ISO0)); In V5R1, you can't use %UNS like this, so you have to overlay an 8a with an 8s0....
Hi ! I am trying to test a Program which accepts numbers, both positive and Negative, from the Command Line. I am getting the (Same Old) Decimal Data...
Perhaps USER is a reserved word also. Try this: EVAL %VAR(USER) Chris Ringer ringerContracting@yahooo.com
This question was asked but not answered a few weeks ago by a Mr. Hoover: Can anyone show or point me towards working Multi Row fetch examples in ILE...
IFS operations use a "file handle". You get this value when you open the file, and then use it in subsequent calls. It sounds like you're using the...
There are those times when there is little choice but to move to 27x132. There is a certain amount of font adjustment that may be done, see...
Have you included the EXTFMT keyword on the array D-spec? EXTFMT(L) for plus/negative on the left or EXTFMT(R) for the right. You must specify the...
I need to calculate the check digit for use with the Uniform Code Council standard VICS Bill of Lading number. This is NOT the standard MOD10 check...
One alternative would be to use a multiple line subfile. This can compress to a single line by using the SFLDROP DDS keyword. Dave
the file read is OHHE1...sorry for the typo.
Here's a program I wrote to do this. Some notes: 1) The program is coded for V5R2 2) #User is from the SDS. You will need to code this yourself, as I...
** This thread discusses the article: Create *PGM Objects from Multiple *MODULE Objects ** Suppose I have a program that uses QC2LE as the binding...
Use this control to limit the display of threads to those newer than the specified time frame.
Allows you to choose the data by which the thread list will be sorted.
Order threads in...
Note: when sorting by date, 'descending order' will show the newest results first.
Forum Rules