what is estimation? and what is the level identifier
parameter in PF?
Answer Posted / sree
There are3 level identifiers for any PF. They are
1. At File level
2. At Member level
3. At Record level
Say PF1 is having two members MBR1 and MBR2. So, There will
be 5 level identifiers. 1 for PF1, 1 for MBR1, 1 for MBR2
and 1 for RecordFormat(MBR1) and 1 for RecordFormat(MBR2).
When you made changes to RecordFormat of MBR1, then only
Level identifiers of RecordFormat(MBR1) and MBR1 will be
changed.
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
what was the robotech rpg?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
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?
how can I tell when to replace the array?
what are the key words you must use when using a subfile?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
How can we override a file during runtime in rpg?
what is file information data structure?
How many program bind in one module....
how do I declare a table or array in rpg iv?
how can you display specific subfile page on the screen in unequal subfile?