what is error handling concepts in cl
Answers were Sorted based on User's Feedback
Answer / 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 |
How many libraries can be there in a library list?
How can we know that a trigger has been added on a PF? and what is the purpose of adding a trigger?
Is Constent can be define as a key field?
can we concate fileds in physical file? If yes how can we do?
How to add a field to a PF and compile it without loss of data?
What is the difference between access path and open data path?
how can we write LF using flatfile.
I have a pf, it contains 5 members, how to access particular member data from logical file?
can any one pls tell me some differences between a LF and command OPNQRYF?
3 Answers Accenture, Cognizant, eFunds,
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 FORMAT keyword and its use?
Last statement of any RPG pgm is LR?