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
Name at least one of the ways by which a transaction can be terminated?
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
What is commarea (communications area)?
Explain how do you set the mdt option to on status, even if data is not entered?
What is journal recovery?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
Kindly specify the pic clause for the hhmmss type of data fields?
What is the use of tdq and tsq?
What are the cics transactions?
Define an aica abend?
Define task work area?
Explain difference between call and link?
Define floating maps with illustration?
What are some of the cics commands associated with interval control?