Explain how to handle exceptional conditions in CICS.
Answer Posted / 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 |
Post New Answer View All Answers
Can you define cemt?
What are the cics transactions?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
Give certain situations where NEWCOPY is obligatory?
How do you use altindxs in batch, cics programs?
What is the comaera (communication area)?
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
What is the meaning of the deq command?
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
Highlight the difference between a symbolic map and physical map?
What is the difference between pct and fct?
Explain the significance of rdo?
Explain the difference between and exec cics xctl and exec cics start command?
Can you explain communication area?