IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

PPT/PCT Entry for online Static Sub-routines.


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
bagavath

New User


Joined: 07 Aug 2009
Posts: 3
Location: India

PostPosted: Sat Aug 08, 2009 2:55 pm
Reply with quote

As part of Conversion, we are cloning a batch static sub-routine (BSTB)into an online static sub-routine(BSTO). This routine (BSTO) is called by assembler programs (online). Do we need to have a PPT/PCT entry for the static routine (BSTO)? Please advice.
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Sat Aug 08, 2009 3:28 pm
Reply with quote

If you are accessing the sub-program from CICS via a CALL 'Literal' (which is a Static Call), a PPT (Processing Program Table) entry is not needed. If the sub-program access ever changes to a CALL 'Variable' (which is a CICS/Dynamic Call), then yes, either an explicit PPT entry would be required or (if your shop uses PPT-Autoinstall), a Dynamic PPT entry will be automatically created upon first usage/access of the sub-program. Note that although CALL 'Variable' is defined as a Dynamic Call, compile option NODYNAM must always be specified when compiling/linking a CICS/COBOL program, regardless.

Based upon your post, there's no need or consideration for a PCT (Program Control Table) entry as this is used for transid/program association.

Bill
Back to top
View user's profile Send private message
bagavath

New User


Joined: 07 Aug 2009
Posts: 3
Location: India

PostPosted: Sat Aug 08, 2009 3:47 pm
Reply with quote

Thanks Bill, for the Valuable advice
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Underscore was not populated to onlin... CICS 1
No new posts Trying to change copybook in online c... CICS 4
No new posts Batch call online program, EXCI task ... CICS 3
No new posts Error while trying to access Online I... CA Products 2
No new posts Multiple Entry PL/I & Assembler 5
Search our Forums:

Back to Top