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 |
In the CICS command level all the re-entrancy issues are handled by the System(True or False).
What does the 'cedf:cics' transactions do?
Define the term mro (multi region operation)?
Which is the AID that will not be identified in the ANYKEY option of the HANDLE AID command?
What is the EIB (execute interface block)?
Mention one alternative aspect of CICS?
What is MDT?
How do you fire a batch job from a CICS transaction ?
Have you entered any program names in PPT or PCT? If so How?
Can QSAM files be accessed from CICS?
In a CICS program, how will you read a VSAM file?
What is meant by a ‘Transid’ ?