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 |
Explain how do you control cursor positioning?
Explain how do you dynamically set the cursor position to a specific field?
If -1 is moved to length for more than one field on a map, where will the cursor be positioned?
Explain the difference between a symbolic map and physical map?
Different types of BMS Macros
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
In a CICS program, how will you read a VSAM file?
How is dynamic memory allocated within a CICS application program?
What are the types of the dfhmdf present in the cics?
Explain the difference between the xctl and link commands?
Explain the difference among the EXEC LINK, EXEC XCTL and Cobol II static call statements in CICS.
Explain the difference between using the read command with into option and set option?