How to update selected fields from pf without using update opcode. How to read all member in Rpg-3,without using any cl command?
8 RPG400 21601what is use of sflnxtchg and use of MDT(modify data tag).both r same r not and can we use these on dspf and subfile.
2 RPG400 22977
Question { 5639 }
Hi friends,
Can you give the solution for the below mention simple
code.and explain.what is output
D CHR1 S 4A INZ('PEN')
D CHR2 S 10A INZ('MYGET')
D CHR3 S 8A INZ('GOOD')
D CHR4 S 22A INZ
C MOVEL CHR1 CHR4
C MOVE CHR2 CHR4
C EVAL CHR4=CHR3
C MOVE CHR1 CHR4
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
Question { 14230 }
I have a RPG program of 100 Lines and first line is to
SETON indicator LR. Will the program execute rest of the 99
Lines?
Answer
Is This Answer Correct ? | 3 Yes | 8 No |
Question { 8958 }
The RP program is displaying records 11 times .But there
are 10 records in
a pf.(ie last record is displayed twice).How to
display records only 10 times?
Answer
Is This Answer Correct ? | 0 Yes | 0 No |