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
Name the cics command that gives the length of twa area?
What is the use of mdt (modified data tag)?
Explain the cics command that is used for reading a record from the tdq?
Can you define transid?
What is program reentrance?
What is CICS ?
Define the term function request shipping?
What does the 'ceci:cics' transactions do?
What is cics load command?
What is interval control?
Explain the difference between tsq and tdq
Explain the primary function of the processing program table (ppt)?
What are the types of important programs that are used in the cics?
What is the difference between pct and fct?
How do we pass parameters into a CICS –DB2 program