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 |
What are the main uses of the transaction in the cics?
What are the differences between and EXEC CICS XCTL and an EXEC CICS START command?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
Define task work area?
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???
What are different system tables used in CICS?
Specify the CICS command used to read a VSAM record starting with prefix ?F?. Code all the relevant options.
Can any one write coding for scrolling logic or page up & page down?
Have you entered any program names in PPT or PCT? If so How?
Define an asra?
Define an aica abend?
What are the ways fot initiating a transaction?