Answer Posted / mithun paul
Whenever PF is compiled, the system generates unique code
for identifying the file for future reference.
When we compile the Program that uses the PF, will use that
unique code of the PF.
If we now call the program, then its run successfully.But
if we change the PF and recompile the PF, the system
fgenerates a new unique code for that PF. So, our program
Don't have this unique code and hence terminates abnormaly
with a Level Check error.
The solution of Level Check error is when ever it happens
we have to either compile the PF with Level Check parameter
value *NO or we have to compile the program again.
Please let me know anyone, if i am wrong.
Mithun Paul
KMG Infotech Ltd.
Kolkata
Is This Answer Correct ? | 61 Yes | 3 No |
Post New Answer View All Answers
what are the three types of keywords associated with printer file ?
can a join logical file be updated?
what are the limitations of cl (compare to rpg) ?
how to validate input values in display file ?
what is the purpose of ovrdta (override data) keyword?
what is the maximum number of fields under a record format of physical file?
What is binder language ?
what is join logical file?
how do you read changed records backward in subfile?
What is dynslt?
What Is Ddm ?
How do I remove a flag or check no. or name when a user opens too many sessions?
what is the difference between packed decimal and zoned decimal?
how to read database records without locking them?
How to Define a Procedure in RPG?