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 | 3 No |
Post New Answer View All Answers
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
What is the difference between iter and do?
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?
How to call one program from another program in RPG? please help me with the code
what is program status data structure?
how do I declare a minor?
What is the difference between copybooks and subprocedures in as400?
How many program bind in one module....
What is file identifier where we can use?
what is *place and *auto keyword in prtf ?plz explain
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
what is the procedure and explain about real time scenario.
which program rpg or cl is efficent to update a transaction onto a database file and why ?
can you debug ile rpg program using isdb?
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?