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
Name some translator and compile options and explain their meaning?
how do you intitiate another transaction?
What are the ways fot initiating a transaction?
Mention the option used in a cics command to retrieve the response code after execution of the command?
What is the main function of the sign-on table?
Which commend used for terminating a browser operation?
What is the cics command level?
Can you define ppt and what are its uses?
How to dsect parameter is used in bms?
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?
name the command that is used to dump the main storage areas related to a task?
Can you explain cics transaction gateway?
Explain the function of the terminal control table?
If we say that bms length of field = 0, then what does that mean?
What is the pic clause for the any bll cell type of data fields?