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
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
how can you prevent more than one user from accessing the same transient data queue?
What is meant by PPT and what are its uses?
What is the procedure to read a statement from tsq?
What does a cics translator do?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
Define ceci?
Explain the difference between and exec cics xctl and an exec cics link command?
What are fset, frset?
Explain how can you accomplish breakpoint in intertest?
cics command level is?
Explain the usage of language in the ppt entry?
Name the command which is used to release a record on which exclusive control is gained?
Can you define temporary storage?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??