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



At which situation we need to use the push and pop conditions...pls tell me with exampls...

Answer / 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

At which situation we need to use the push and pop conditions...pls tell me with exampls...

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

Post New Answer

More CICS Interview Questions

The EIB field which gives the last CICS command executed is

2 Answers   IBM,


Mention the option (along with argument type) used in a CICS command to retrieve the response code

3 Answers  


What is the comaera (communication area)?

0 Answers  


Define temporary storage?

0 Answers  


How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?

1 Answers   CSC, IBM,






What is the comaera?

0 Answers  


How do you delete Item 3 in a five-item TSQ?

3 Answers   IBM,


Define TCT.

0 Answers  


What is the difference between FSET and FRSET?

3 Answers  


What is the meaning of the SYNCPOINT command?

1 Answers   IBM,


What is the abend command?

0 Answers  


Which is the command used for terminating a browse operation?

2 Answers   IBM,


Categories