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 difference between call and link ?

3 Answers   IBM,


Define cedf?

0 Answers  


If we say that bms length of field = 0, then what does that mean?

0 Answers  


What is cics load command?

0 Answers  


For multithreading an application program need not be re- entrant(True or False).

1 Answers  






Can you define commarea?

0 Answers  


Define cebr?

0 Answers  


Can you define mdt?

0 Answers  


What is an mdt (modified data tag)?

0 Answers  


What are the types of processes to create a map in cics?

0 Answers  


what is psuedo conversation?

6 Answers   HCL,


cics command level is?

0 Answers   IBM,


Categories