Answer Posted / sanjay
Keywords are used for creating the file source
(PF,LF,DSPF,PRTF) and
Opcodes are used for creating the program source for RPG
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How would display prime numbers using CL program?
How Chain operation copies the record's data to the input buffer for the program?
What is ment by record level identifier?
What is the difference between copybooks and subprocedures in as400?
What is the difference between iter and do?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
what was the robotech rpg?
what is an online rpg?
how do you use commitment control in rpg?
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
what is file information data structure?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
what is the use of sflnxtchg?
How to call one program from another program in RPG? please help me with the code