Can we create 300 logical files based on a single physical
file using the CRTLF command only once?.
Answer Posted / danish hasan
Yes we can do so..but each LF name should be diffrrent
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What is difference between bind by copy and bind by reference?
what is an online rpg?
What is the difference between copybooks and subprocedures in as400?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
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 can you display specific subfile page on the screen in unequal subfile?
how do you use commitment control in rpg?
what is the difference between do while and do until?
When it is desirable to describe files Internally?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
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.
How Chain operation copies the record's data to the input buffer for the program?
how do I declare a minor?
how do I declare a table or array in rpg iv?
what is the use of sflnxtchg?