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

Explain how would you resolve an asra abend?

578


What is fset?

573


What is cics load command?

571


Explain the uses that are associated to tsq and tdq ?

651


what are the six different type of argument values in cobol that can be placed in various options of a cics command?

796






What is the kcp in the cics?

693


What are fset, frset?

592


What are the common tables in cics and their usage?

525


what are the commands used to gain exclusive control over a resource?

674


Explain how do you access storage outside your cics program?

512


Define temporary storage?

602


What are the ways fot initiating a transaction?

553


We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??

2714


Can you define commarea?

561


Can you explain exec cics handle condition command?

584