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
What is the use of tdq and tsq?
What is commarea (communications area)?
Explain how and where is the twa size set?
Explain cebr transaction commands?
What are the terms cics generally means?
Can you define ppt and what are its uses?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
Explain the difference between a symbolic map and physical map?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
Explain how many exceptional condition can be given in a handle condition?
What is meant by an attribute byte?
How to dsect parameter is used in bms?
What is journal recovery?
what is the most common way of building queue-id of a tsq?
What is the pic clause for the hhmmss type of data fields?