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 to know logical file belongs to which physical file without source?
one physical file can have how many max of logical files? what is the primary file?
How can we handle errors in RPG?
What is FORMAT keyword and its use?
How to change the batch job to interactive job?
Maximum how many fields we can create under a record format of PF?
I have a pf, it contains 5 members, how to access particular member data from logical file?
Last statement of any RPG pgm is LR?
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
can we concate fileds in physical file? If yes how can we do?
what is open data path? and what is the diff b/w access path and open data path?
Why we create the Physical File Member?