Can anybody tell me, does CL/400 handle LEVEL check while
running the CL program....?
plz share your experience...
Answer Posted / jay
The Level Identifiers used for Level Check Errors are only
checked when a file is opened. Your CL program will get a
level check error if it opens the file. For example, using
the RCVF command to read through the file would get the
level check error. It will get CPF4131: Level Check On File
XXX in Library YYY with member ZZZ. Your CL program could
monitor for that error to allow you to gracefully exit the
prgram.
If you are doing an OVRDBF this will not cause a level
check because all you are doing is pointing to another
file. The program opening the file will generate the Level
Check error
Regards
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
how can you display specific subfile page on the screen in unequal subfile?
how do you use commitment control in rpg?
How to call one program from another program in RPG? please help me with the code
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
how does the rpg element work?
how do I preserve and clean the array?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
How can we know running job is batch or interactive?
How to select highest score of each subject or how to select highest income of every month?
what is the difference between do while and do until?
What is the purpose of record level identifier?
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
what is the use of sflnxtchg?
what is data area and how it is used in rpg program ?