how to eliminate the level check error
Answers were Sorted based on User's Feedback
Answer / raghav
Set the LVLCHK attribute to *NO (CHGPF) so that the record format level identifier is not checked, hence no error.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sid
Recompile the program and try again. A level check occurs when a file create date is newer the the program you are running was created. It’s a safety check to make sure the file is still the same format.
| Is This Answer Correct ? | 0 Yes | 1 No |
how to update physical file using logucal file with example
how to eliminate the level check error
how can we write LF using flatfile.
Q.1 how to implement the commitment control. 2.how to control commitment control from external program.
what is multiple member pf
I have a PF with out any data but the dependent LF is having data?
What is the interactive job? What is the batch job? How to change the batch job to interactive job?
How to read a PF in reverse(from last rec to first) using CL?
YOU CAN DELETE THE RECORD SPACE PERMENANTLY IN PHYSICALFILE THROUGH CL?
Why we create the Physical File Member?
can we concate fileds in physical file? If yes how can we do?
What is the primary file?