what is estimation? and what is the level identifier
parameter in PF?

Answers were Sorted based on User's Feedback



what is estimation? and what is the level identifier parameter in PF?..

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

what is estimation? and what is the level identifier parameter in PF?..

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

what is estimation? and what is the level identifier parameter in PF?..

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

Post New Answer

More RPG400 Interview Questions

how to change the length of the field in a physicalfile?

12 Answers  


How can a screen field that has changed since the last output operation be detected?

4 Answers   IBM,


how we retrieve records without using key field (ex:name) from Physical File through RPG in as/400?

8 Answers  


can anybody explain significance of *loval setll with example code????

3 Answers   HSBC,


What is the difference between iter and do?

0 Answers  






How I can reread the physical file in CL program once the end of file reached in same CL program.

20 Answers   IBM,


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?

4 Answers  


how do u track msg in cl pgm???

1 Answers   CTS,


What are the commands that can be executed in CLP but not in RPG? Why?

1 Answers   CSC,


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?

3 Answers  


How to read alternative records in a pf by using rpg?

8 Answers   IBM,


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?

2 Answers   TCS,


Categories