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?
I have a pf, it contains 5 members, how to access particular member data from logical file?
How to read a pf in reverse(from last record to first) using cl?
one physical file can have how many max of logical files? what is the primary file?
A pf containing 100 records... my query is how to display from 11th record in the pf?
Why we create the Physical File Member?
what is use of self join and which cases you will use this join
can we concate fileds in physical file? If yes how can we do?
how can i know logical file belongs to which physical file without source?
Is Constent can be define as a key field?
What is the primary file?
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?