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 3 No

Post New Answer

More RPG400 Interview Questions

1.If *HIVAL SETGT is used what opcode is used to read a record? A:READ B:READPE C:CHAIN D:READP 2.How to pass numeric parameter to the rpg pgm from the command line? 3.What keyword is used on the rpg 4 definition specification to rename a subfile in an externally definition data structure? A:RENAME B;LIKE C:EXTNAME D:EXTFLD

4 Answers   Manhattan,


If there are 1000 member(PGM type) in a SRC file. How can we compile in a CL program? ( It need to be done in a loop)?

1 Answers  


how do I declare a table or array in rpg iv?

0 Answers   IBM,


What is the compilation option that has to he specified while compiling an RPC program which uses a file having date data type field?

3 Answers   HSBC, IBM,


1.Where we declare Variables in RPG/400,RPGIV,RPGILE.? 2.When do we use D-spec and I-spec in real time ?.what is difference between them?

1 Answers   HP,


what are the key words you must use when using a subfile?

0 Answers   IBM,


difference between 1:%found and %equal built function in detail with example .

6 Answers   Polaris,


Can anybody tell me in which scenario we have to use SQLRPG .(Embeded SQL)....?

2 Answers   HSBC,


Need a sql query: retrieve all duplicate records in table?

1 Answers  


What is the difference between copybooks and subprocedures in as400?

0 Answers  


wat is curser?? and its types???

4 Answers   HSBC,


why subproc not run in dftactgrp?????/plz explain

2 Answers   CSC,


Categories