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 are the CICS commands associated with transient data queue processing?
Explain floating maps with illustration.
Define floating maps with illustration?
How to handle exceptional conditions in cics?
How do you terminate an already issued DELAY command?
how can we display negative sign in a map?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
Can you explain common systems area?
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
which is the cics control program that provides communication services between user written application programs and terminals?
Explain the exact situation, when to use CALL, XCTL and LINK?
Explain the difference between tsq and tdq