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 define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
Suppose we add one field in physical file and this physical file is used by several programs.how do we know which program is using that file? What are the impact analysis.
where we give the MSGSFL in rpg400?
parameters cannot be passed in which one??
how can we know running job is batch or intractive ? i need all the possibilites.........plz help me
How can we search particular records from the database file in RPG. For example, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular 'NAME' field. How can we do the above using SEARCH criteria other than using the IF cond?
difference between 1:%found and %equal built function in detail with example .
1.String operatio such as moving the characters to the variables? 2.what are the building functions for check file longs? 3.which of the following methods will make externally describe file fields available to a program? A: A/copy statement that specifies the library file and member of the field reference file source code B: A data structure definition specification that names the file on the EXTNAME keyword C: A data structure definition specification that names the file on the IMPORT keyword? D: A Definition specification for each desired field with the REFFLD keyword
suppose a job is running for 15 minutes after that it goes to message wait? what are the impact analysis
Explain mdt?
how to run only 10 modules of existing N modules in service program in RPGILE ?
what is post opcode do