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
How to index LF by relative record no (RRN)
What is the interactive job? What is the batch job?
How to retrieve a physical file after deleting that?
When we create a pf and did not fill up maint parameter, then by default which access path will the system take & why?
How to know the particular record in pf with out reading?
How to find the list of source physical files in a library?
What is the use of member in pf?
Suppose I have a pf, it contains 5 members, how to access particular member data from logical file? What is the use of member in pf?
What is the interactive job?
How to update physical file using logical file with example?
What is the interactive job? What is the batch job? How to change the batch job to interactive job?
What is the purpose of the chain and setll and setgt?
How to read a pf in reverse(from last record to first) using cl?
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?
What is the difference between access path and open data path?