What is the EXEC CICS HANDLE ABEND?

Answer Posted / sri

The EXEC CICS® PUSH HANDLE command allows you to nest your
condition-handling code. For example, when calling a
subroutine, you might want a completely different set of
EXEC CICS HANDLE CONDITION commands while in the
subroutine. (EXEC CICS PUSH HANDLE enables you to suspend
all current EXEC CICS HANDLE CONDITION, IGNORE CONDITION,
EXEC CICS HANDLE AID, and EXEC CICS HANDLE ABEND commands.
This can be useful, for example, during a branch to a
subroutine that is embedded in a main program.)

Normally, when a CICS program calls a subroutine, the
program that receives control inherits the current HANDLE
commands. These commands might not be appropriate within
the called program. The called program can use PUSH HANDLE
to suspend existing HANDLE commands.

Use PUSH HANDLE therefore, to save your present set of
HANDLE commands unchanged while you use a new set in the
routine. On exit, you can reinstate the original set of
HANDLE commands by using a corresponding POP HANDLE.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is interval control?

596


How can you access qsam (seq) files from cics?

615


List out all the tables that are a part of cics ?

576


What is the main function of the sign-on table?

587


What is task control?

579






Explain the primary function of the processing program table (ppt)?

560


What is eib?

640


Explain the difference between using the read command with into option and set option?

551


Explain the different ways of initiating transaction in cics?

496


Explain the difference between and exec cics xctl and an exec cics link command?

555


Explain the difference between the into and the set option in the exec cics receive map command?

549


Can you define ppt and what are its uses?

610


when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?

710


Can you define attribute byte?

574


what are the differences between and exec cics xctl and exec cics start command?

673