Explain how to handle exceptional conditions in CICS.
Answer / guest
an abnormal situattion during execution of a CICS COMMAND
is called execeptional condition.
for v can use HANDLE CONDITION command. this IS USED to
transfer control to the procedure label specified if the
execeptional cond specified occurs. once a HANDLE CONDITION
command request has been made , it remains active until the
end of d program or another HANDLE CONDITION request
overrides it.
EXEC CICS HANDLE CONDITION
CONDITION(LABEL)
[CONDITION(LABEL)]
[ERROR(LABEL)]
END-EXEC.
no more than conditions specfied in a single HANDLE
CONDITION command.
| Is This Answer Correct ? | 4 Yes | 0 No |
Why is GETMAIN command needed?? Will program not work if we do not give GETMAIN?
Which transient data queue supports ATI?
What does it mean when EIBCALEN is equal to zeros?
6 Answers ADP, IBM, L&T, Satyam, TATA,
How do you dynamically set the CURSOR position to a specific field?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
What is the syncpoint and its use?
what is an MDT in cics
how we change the vsam file name in cics rigion? anybody elobrate this?
What is the tcp in the cisc?
Can you explain cics translator?
What are the parameters that you have to give when you are using the CSSN transaction?
What do the terms locality of reference and working set mean?