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 use of the program list table?
Explain the thress bms options?
What are the types of important programs that are used in the cics?
How can you use dynamic calls in cics?
What is the cics command level?
What are the types of processes to create a map in cics?
how do you intitiate another transaction?
What is the cics command that is used to access current date and time?
How vsam files are read in cics pgms?
How errors are handled in CICS programs?
Can you explain cics transaction gateway?
Explain how DSECT parameter is used in BMS ?
What are the common cics service programs and explain their usage?
How can you access esds files from cics?
What is meant by PPT and what are its uses?