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


Please Help Members By Posting Answers For Below Questions

Name some translator and compile options and explain their meaning?

2479


how do you intitiate another transaction?

824


What are the ways fot initiating a transaction?

633


Mention the option used in a cics command to retrieve the response code after execution of the command?

729


What is the main function of the sign-on table?

687






Which commend used for terminating a browser operation?

586


What is the cics command level?

648


Can you define ppt and what are its uses?

699


How to dsect parameter is used in bms?

801


the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?

752


name the command that is used to dump the main storage areas related to a task?

731


Can you explain cics transaction gateway?

703


Explain the function of the terminal control table?

659


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

844


What is the pic clause for the any bll cell type of data fields?

628