Can anybody tell me, does CL/400 handle LEVEL check while
running the CL program....?
plz share your experience...
Answer Posted / sankar prosad mohanta
you can't capture the Level check error (39) in running
program. Because you know that is file level error and your
program is already using this file. So you need to compile
the file with current source and recompile the CL program
and run it again.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
what is *place and *auto keyword in prtf ?plz explain
How to handle duplicate error handling in RPG?
what is program status data structure?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
what is a rpg?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
what is the procedure and explain about real time scenario.
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
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...
can any one help in hawkeye and turnover or any change management system plzzzzz or send the documents to my mail id :gvsp.as4@gmail.com
what is the use of sflnxtchg?
How would display prime numbers using CL program?
what is the difference between do while and do until?