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
Explain processing program table(ppt)?
Can you define cics task?
Explain the difference between physical map and symbolic map?
Define the attribute byte?
what is the differences between getting the system time with eibtime and asktime command?
Explain how DSECT parameter is used in BMS ?
Explain the cics command that is used for reading a record from the tdq?
Kindly specify the pic clause for the any bll cell type of data fields?
Name the command used for terminating a browse operation?
How do we pass parameters into a CICS –DB2 program
what are transient data sets defined to cics?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
Define an asra?
Explain the difference between the xctl and link commands?
What is the type of ppt in the cics?