Answer Posted / abhishek
As per me ...Whenever we compile a PF system generates a Rcd
Fmt level identifier , which is a unique no . for record
format . If this file is being used by some pgm and we
change the structure of our PF for ex. we add one more field
or change some existing field length then and compile the PF
, then system generates a new code for the record FMt .
Level check occur when we change PF structure and do not
compile pgm which is using that file . Because the program
will be using the old identifier.
If we want to check identifier then we can ue command DSPFD
for file and for program we can use , DSPPGMREF to see the
FMt level identifier which is used by program for that file.
| Is This Answer Correct ? | 23 Yes | 0 No |
Post New Answer View All Answers
Can level check error occur if we do chgpf?
in conjunction with what other keyword must ovrdta and ovrata be used?
how do you read changed records backward in subfile?
How to avoid using indicators in ile ?
how do you specify the number of records to roll in a subfile ?
can a indexed file be accessed in arrival sequence in rpg program?
What is file information data structure(infds) in as400?
is it there an easy way to determine if an html section is available to issue a wrtsection upon?
maximum number of subfiles that can be active for a single file is?
What Is Ddm ?
how can I control the way a remote browser uses its cache?
WHAT is STORED PROCEDURE CONCEPT IN AS400 WITH EXAMPLE?
define a output queue?
what is a join logical file?
How to reverse the string in rpg