CAN WE READ RECORDS WITHOUT USING SETLL,READ,CHAIN IN RPG?
Answer Posted / rosh
above both answers are correct,as well if you use the flat
file and define this flat file as peogram decribe file and
define pre - run time array with file, so when program get
active, records will derectly comes to array.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what is file information data structure?
How to call one program from another program in RPG? please help me with the code
What is difference between bind by copy and bind by reference?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
What is a record lock error?
Explain mdt?
how do I preserve and clean the array?
What is the difference between copybooks and subprocedures in as400?
What is file identifier where we can use?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
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
How Chain operation copies the record's data to the input buffer for the program?
how do you use commitment control in rpg?