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 pa key is different from pf key?

654


If we wish to create bms executable, what are the basic steps that the user has to go through?

639


Can you explain multitasking and multithreading?

696


Explain how many exceptional condition can be given in a handle condition?

538


What is the abend command?

588






Can you define ppt and what are its uses?

627


What is program reentrance?

620


what are transient data sets defined to cics?

654


Explain the use of DCT ?

660


Can you define cemt?

657


Explain how do you access storage outside your cics program?

516


explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?

620


Name the command used for terminating a browse operation?

576


Can you define commarea?

563


What is the use of mdt (modified data tag)?

613