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 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 to run only 10 modules of existing N modules in service program in RPGILE ?
what r drawbacks of OPM? Why do we go for ILE RPG?
How can read PF in reverse order (end to start) in CL pgm..
which MONMSG will give higher priority in CL program? I know MONMSG are of two types. Program Level Monmsg and Command Monmsg?
wat is scan and check ? give me real time scenarios where we used these keywords in ur projects?
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
How to change the name of physical members Dynamically?
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.
What is the length of Signature?
Can we found a record existance in a file w/o reading the file?
6 Answers Traitsys Technologies,
what is meant by record lock.how records are locked.what is the purpose of record lock.if records are locked what happens.how to find out which record is locked.