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 are the main uses of the transaction in the cics?

0 Answers  


What are the differences between and EXEC CICS XCTL and an EXEC CICS START command?

1 Answers  


In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?

0 Answers  


Define task work area?

0 Answers  


i have three programs... I used Dfhcommarea in for first program for third program i used TSQ .....what i have to use for second program???

2 Answers  






What are different system tables used in CICS?

1 Answers   IBM,


Specify the CICS command used to read a VSAM record starting with prefix ?F?. Code all the relevant options.

2 Answers   IBM,


Can any one write coding for scrolling logic or page up & page down?

1 Answers   Cap Gemini, Satyam,


Have you entered any program names in PPT or PCT? If so How?

2 Answers   IBM,


Define an asra?

0 Answers  


Define an aica abend?

0 Answers  


What are the ways fot initiating a transaction?

0 Answers  


Categories