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 |
A mapset consists of three maps and 10 fields on each map . How many of the following will be needed ?
How do you set the MDT option to ?ON? status, even if data is not entered?
What is the function of the EXEC CICS HANDLE CONDITION command?
In a particular cics program, what is the procedure to allocate dynamic memory?
What is the General Command format Of CICS
What is the EIB (execute interface block)?
Explain how DSECT parameter is used in BMS ?
Different types of BMS Macros
What is CECI?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
Explain how do you intitiate another transaction?
How to establish dynamic cursor position on a map? How to get the cursor position when we receive a map?