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 case you modify the attribute field of map do you need to recompile the map?
What is meant by PPT and what are its uses?
HOW WE CAN CONEECT THE MAPSET/MAP TO ONLINE?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
What is the EIB (execute interface block)?
What is the different ways to initiate a task?
What does the 'cedf:cics' transactions do?
Explain the function of the terminal control table?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
Explain difference between call and link?
Name the two types of transient data queues?
What are the terms cics generally means?