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 logical file with example?
What is the primary file?
Last statement of any rpg program is lr?
A pf containing 100 records... my query is how to display from 11th record in the pf?
I have physical file with 100 records,there is no any duplicate records in this pf.based on this pf one logical file I have used.but this lf is viewing only 80 records only of that pf?what is the reason for this?
How to insert more than one record to a pf at a time?(Bulk insert to a pf)
What is FORMAT keyword and its use?
Which keyword is used both in subfile and subfile control record format of a DSPF?
what is multiple member pf
What is open data path?
How to find the list of source physical files in a library?
What is the batch job?