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 |
What is task control and what are the CICS commands associated with it?
Particular area has been affected in cics screen, what is the process to find?
What is the difference between the INTO and the SET option in the EXEC CICS RECEIVE MAP command?
Can multiple CICS regions exist under one O/S?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
What are fset, frset?
Can you use occurs in bms map?
What is the meaning of the ENQ and DEQ commands?
Define temporary storage?
Explain how do you delete item 3 in a five-item tsq?
What is the drawback of using HANDLE CONDITION?
What is the use of tdq and tsq?