Can we create 300 logical files based on a single physical
file using the CRTLF command only once?.
Answer Posted / devender s gusain
No You can create single LF at a time. you can select
multiple members of a PF.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of record level identifier?
how do I declare a table or array in rpg iv?
can I touch the array during treatments?
How to handle duplicate error handling in RPG?
can you debug ile rpg program using isdb?
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?
How to declare the pull button in AS/400..
what is the difference between do while and do until?
what is kids-rpg?
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
What is difference between bind by copy and bind by reference?
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
how do I play {insert rpg system here}?
how can I tell when to replace the array?
How to write record if no field or the field are different in physical file in rpgle ?