Can we create 300 logical files based on a single physical
file using the CRTLF command only once?.
Answer Posted / ps
We can create but important question why do you want to
create 300 LF on PF? i think purpose of LF is to fetch/view
data as per requirement. Ideally each LF on same PF should
have different key list . i don't see any point of
creating 300 logical. this will degrade performance .
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
how do I declare a minor?
What is ment by record level identifier?
How would display prime numbers using CL program?
what is program status data structure?
how do I declare a table or array in rpg iv?
how can I tell when to replace the array?
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 can we know running job is batch or interactive?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
what are the key words you must use when using a subfile?
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?
what is data area and how it is used in rpg program ?
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?