Explain how to handle exceptional conditions in CICS.



Explain how to handle exceptional conditions in CICS...

Answer / 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

More CICS Interview Questions

What is mainframe cics?

0 Answers  


List out all the tables that are a part of cics ?

0 Answers  


What is the comaera (communication area)?

0 Answers  


What are the ways fot initiating a transaction?

0 Answers  


Difference between TSQ & TDQ

3 Answers  






Define cics interface block?

0 Answers  


What is the effect of including the TRANSID in the EXEC CICS RETURN command?

2 Answers  


What does the BUFFER option in RECEIVE mean ?

1 Answers   IBM,


Translation Time is not reduced if the Pre-compilation is done first(True or False).

1 Answers   Kanbay,


Which is the CICS control program which governs the flow of control among the CICS application

2 Answers  


are we use the group by clause in cursors?

3 Answers   Cap Gemini,


Im creating map, when i press tab key cursor must skip second position and it move to the third field directly. how can i code plz send the answer.

4 Answers   Cap Gemini,


Categories