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 does EIB mean in CICS?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
Explain the difference between the into and the set option in the exec cics receive map command?
Mention the option used in a cics command to retrieve the response code after execution of the command?
Kindly specify the pic clause for the data type of length option field type of data fields?
Define RCT.
Explain ceci transaction commands?
Define cedf?
Explain the use of DCT ?
How can you access esds files from cics?
Can you define transid?
What is non-conventional programs?
Explain the difference between link and xctl?
Name the three ways available for a program to position the cursor on the screen?
Explain the purpose of the program list table?