what is error handling concepts in cl
Answer Posted / surya siram
Yes, In CL program through MONMSG we can able to handle the errors. But handling the errors at two levels.
1. Command level.
2. Program level.
If we define the monmsg at command level, then that error handler applicable to only that command.
If you define the monmsg just after the declaration part, then that monmsg will be applicable to whole program.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the interactive job? What is the batch job?
What is the use of member in pf?
How to know the particular record in pf with out reading?
What is the interactive job?
Suppose I have a pf,it contains 5 members,how to access particular member data from logical file ?and what is the use of member in pf?
How many maximum record format a logical file have?
Can we concatenate fields in physical file? If yes how can we do?
How to update physical file using logical file with example?
What is open data path?
What is FORMAT keyword and its use?
I have a pf, it contains 5 members, how to access particular member data from logical file?
How to change the batch job to interactive job?
How to retrieve a physical file after deleting that?
What is the batch job?
What is the difference between access path and open data path?