What is the Record Address file. How can we use it in RPG
program?
Answer Posted / syam
Position 18 in "F Specification" = R
A record-address file is a sequentially organized file used
to select records from another file. Only one file in a
program can be specified as a record-address file.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how do I play {insert rpg system here}?
what is program status data structure?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
What is ment by record level identifier?
How Chain operation copies the record's data to the input buffer for the program?
What is the difference between iter and do?
what is the difference between do while and do until?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
what is an online rpg?
What is the purpose of record level identifier?
what is a rpg?
How can we override a file during runtime in rpg?
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.
can I touch the array during treatments?
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?