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
what is kids-rpg?
How Chain operation copies the record's data to the input buffer for the program?
What is the purpose of record level identifier?
How many program bind in one module....
Interviewer asked me write down DDS for load all subfile .can anybody write dds
what do you mean by an input subfile, what are the keywords required?
how do I declare a minor?
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.
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.
what is file information data structure?
what is a rpg?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
what was the robotech rpg?
what is the rpg system?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?