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 |
CRTDTA AND CRTARA should be used along with?
can we concate fileds in physical file? If yes how can we do?
How to change the batch job to interactive job?
Last statement of any RPG pgm is LR?
Why journalling is compulsory before commitment control?
Hi, Please give the answer to this question? I have Phisical 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?Please give me answer?
can any one pls tell me some differences between a LF and command OPNQRYF?
3 Answers Accenture, Cognizant, eFunds,
How can we know that a trigger has been added on a PF? and what is the purpose of adding a trigger?
In how many ways we can create a logical file?`
Maximum how many fields we can create under a record format of PF?
How to insert more than one record to a pf at a time?(Bulk insert to a pf)
what is the purpus of the chain and setll and setgt ?