At which situation we need to use the push and pop
conditions...pls tell me with exampls.
Answers were Sorted based on User's Feedback
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 |
Answer / narender pathi
Above answer is correct. However we can use PUSH and POP with in the same program as well.
Regards,
Narender Pathi
Broadridge, Hyderabad
| Is This Answer Correct ? | 2 Yes | 2 No |
Name the 3 common ways to create maps?
Explain the means of supporting pseudo conversation programming. (E.g. Storing and restoring of states)
I have written a CICS program. What tables should I setup to run this program?
What is the CICS Command that is used for reading a record from the TDQ?
How many ways are there for initiating a transaction?
<CICSFault xmlns="http://www.ibm.com/software/htp/cics/WSFault">DFHPI10 08 05/13/2009 05:47:14 FSCIBM SOAP message generation failed because of incorrect input (INPUT_STRUCTURE_TOO_SMALL ).</CICSFault> Can anyone suggest how to handle this type of error?
Explain cedf transaction commands?
what is invreq condition?
What are the steps you go through to a create a BMS executable?
Define cics interface block?
Define primary objective of cics?
What are the six different types of argument values in COBOL that can be placed in various options of a CICS command?