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

Explain how can you accomplish breakpoint in intertest?

0 Answers  


Explain the significance of rdo?

0 Answers  


Define RCT.

0 Answers  


Do you receive the attribute byte in the symbolic map?

2 Answers   IBM,


what are the two ways of breaking a cpu bound process to allow other task to gain access to cpu?

1 Answers   IBM,






What are fset, frset?

0 Answers  


Explain how do you dynamically set the cursor position to a specific field?

0 Answers  


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

2 Answers  


What is the command used to send a map to a terminal?

1 Answers  


Why is it important not to execute a STOP RUN in CICS ?

4 Answers   IBM,


How To Retrive The VSAM Datasets in CICS application programs?

1 Answers   Accenture, IBM,


Explain how to build up lu 6.2 communication?

0 Answers  


Categories