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
Define TCT.
How do we pass parameters into a CICS –DB2 program
cics command level is?
Name a few CICS programs which are generally used ?
What is fset?
How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?
Explain the difference between getting the system time with eibtime and asktime command?
Define transient data?
Can you define cemt?
Explain the difference between and exec cics xctl and an exec cics link command?
What is eib?
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
difference between tsq and tdq?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
What is the eib parameter?