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 |
what is error handling concepts in cl
what is open data path? and what is the diff b/w access path and open data path?
There are six records in a file and we are going to update that records and used commit operation when it complete the update but suppose when it updating the third record,a error occured and operation failed.Is previously two records will be update or whole operation will be rollback? Please confirm it.
What is the difference between access path and open data path?
Why we create the Physical File Member?
How can we know that a trigger has been added on a PF? and what is the purpose of adding a trigger?
what is the intractive job? what is the batch job ? how to change the batch job to interactive job?
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?
If we use the file level keywords like LIFO, FIFO, FCFO in a file, can we see the impact of it by doing the run query of the file? if not how can we see the impact of these keywords.
When we create a pf and did not fill up maint parameter, then by default which access path will the system take & why?
How many libraries can be there in a library list?
How to read a pf in reverse(from last record to first) using cl?