At which situation we need to use the push and pop
conditions...pls tell me with exampls.
Answer Posted / santy
If one programe call the any subprogram within it. Then in
SUB program we use PUSH command to sustained all the Handle
conditions of main program, and before the control giving
back to main program we use POP command to reactivate all
the sustained Handle conditions of Main program.
Use of PUSH and POP conditions is to sustained all the
Handle error conditions in Subprog.
Exaples :- Prog A
EXEC SEND....END-EXEC
EXEC HANDLE LENGERR(LABEL1)...
EXEC RECIVE..END EXEC.
CALL PROG B
EXEC SEND....END-EXEC
Prog B
EXEC PUSH
EXEC HANDLE
EXEC POP
EXEC SEND ..
EXEC RETRUN.
in the above exp, when the control comes to at prog B then
all the HANDLES error condtions of Prog A in sustained
using PUSH condition and before control giving back to prog
A all the sustaineded handle error conditons are activated
using the POP condition.
| Is This Answer Correct ? | 31 Yes | 2 No |
Post New Answer View All Answers
Explain how would you resolve an asra abend?
What does a cics translator do?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
Explain the significance of rdo?
How many ways are there for initiating a transaction?
Name some translator and compile options and explain their meaning?
Explain the difference between the into and the set option in the exec cics receive map command?
what are the thress bms options?
Particular area has been affected in cics screen, what is the process to find?
What are the types of the dfhmdf present in the cics?
Can you explain exec cics handle condition command?
What is dynamic transaction backout?
Define an asra?
Explain the system transid cemt?
Can you define commarea?