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 | 3 No |
how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE
how can you display specific subfile page on the screen in unequal subfile?
how do u track msg in cl pgm???
what is the difference between SETON RT & RETURN?
suppose we have 10 members in physical file and i have to use 4 out of 10 so how can we read this in RPG
In a particular program one file is used where override command is applied to a file, now this program calls another program where we want to use the same file but without override.How it can be done?
How do you find whether a record is locked or not?
suppose one file is used by 100 user and file is locked by 100 user, what are the impact analysis?
If I have a file with 5 record and that file has 2 Key field and I want to read the unique record of the file then how can we achieve it?
How to select highest score of each subject or how to select highest income of every month?
What is the purpose of Panel Groups?
Can anybody tell me the setps to create .csv file in IFS folder on AS/400. I also need to know how I can send this .csv file to PC in xls sheet.....?