what is estimation? and what is the level identifier
parameter in PF?
Answers were Sorted based on User's Feedback
Answer / swetha p rao
Level Identifier is a value that is generated when you
compile a file.Each file wil have a unique identifier.
Is This Answer Correct ? | 9 Yes | 1 No |
Answer / sunaina
I think we can have only one record format in a physical
file file then how the record level identifier can be two
for two members of a physical files. Could you please explain.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
how to change the length of the field in a physicalfile?
How can a screen field that has changed since the last output operation be detected?
how we retrieve records without using key field (ex:name) from Physical File through RPG in as/400?
can anybody explain significance of *loval setll with example code????
What is the difference between iter and do?
How I can reread the physical file in CL program once the end of file reached in same CL program.
In ProgramB there is a SBMJOB, which is a call to program C .There is also a CALL to program D from B. How would you check the program C has been executed in D?
how do u track msg in cl pgm???
What are the commands that can be executed in CLP but not in RPG? Why?
Have a join logical file with more than one members with different record formats. So how can we read the different members from this file and also how we can read the different record format from the join logical?
How to read alternative records in a pf by using rpg?
1) How to declare a file? 2) How to define a display file? 3) How to monitor error messages in RPG? 4) How to find the attributes for subfiles? and what is the DDS for subfiles?