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 add a field to a PF and compile it without loss of data?
What is the interactive job? What is the batch job?
what is use of self join and which cases you will use this join
I had created one physical file tell me command to enter data in to?
Q.1 how to implement the commitment control. 2.how to control commitment control from external program.
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.
Can we concatenate fields in physical file? If yes how can we do?
When we use any keyword like FIFO,LIFO, at file level but whenever we check by runqry we couldn't find answer in FIFO,LIFO,FCFO etc so how we check the answer.
What is the primary file?
How to find the list of source physical files in a library?? Is there any way to get a list??
what is the difference between adding keys & constraints into a phisical file
what is the intractive job? what is the batch job ? how to change the batch job to interactive job?