push handle

Support for CICS/ESA, CICS/TS & Transaction Gateway, CICS Configuration Manager and CICS Performance Analyzer
ravi30
Posts: 11
Joined: Wed Dec 19, 2007 3:42 pm
Skillset: vs cobol ii,jcl,cics,db2,vsam,
Referer: by browsing

push handle

Postby ravi30 » Sat Jan 05, 2008 1:52 pm

if i am calling a subroutine program. then will the effect of the handle/ignore/handle aid conditions be suspended even without mentioning the push handle command.please explain the push and pop handles

arunprasad.k
Posts: 110
Joined: Thu Dec 27, 2007 5:18 pm
Skillset: Known little stuffs to answer a few queries!!
Referer: Google
Contact:

Re: push handle

Postby arunprasad.k » Wed Jan 09, 2008 9:30 pm

ravi30,

if i am calling a subroutine program

Means XCTL or LINK?

For XCTL: Handle condition has effect.
For LINK: Yes the Handle condition has no effect.


Check the CICS manual http://ibmmainframes.com/manuals.php

Arun.