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 |
Last statement of any rpg program is lr?
what is open data base command
1 Answers Active Brains, Cognizant, CSC, CTS,
Last statement of any RPG pgm is LR?
pls anyone explain about compile time array,pre run time array run time array
How we can't update join logical files?
What is the interactive job? What is the batch job? How to change the batch job to interactive job?
How to update physical file using logical file with example?
How to read a pf in reverse(from last record to first) using cl?
Suppose I have a pf,it contains 5 members,how to access particular member data from logical file ?and what is the use of member in pf?
what is use of self join and which cases you will use this join
How to add a field to a PF and compile it without loss of data?
In how many ways we can create a logical file?`