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

PPT entry require or not?


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

New User


Joined: 11 Mar 2009
Posts: 28
Location: India

PostPosted: Thu Oct 22, 2009 1:55 pm
Reply with quote

Hi everyone,

Is local PPT entry require or not in CICS region? or Its define in PPT during CICS region startup?

Is it apply to remote program definition too...?

Regards.
CICS
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: Thu Oct 22, 2009 3:42 pm
Reply with quote

If PPT Autoinstall is enabled in the given region, a local PPT entry is built by the Autoinstall Exit upon first program usage.

These entries are normally of the Userkey flavor (using other default parameters) and this is the PPT entry template used by the exit, as defined by service personnel.

As far as Remote PPT entries, most likely, they are explicitly defined by CICS Tech Services personnel, to RDO.

Otherwise, without PPT Autoinstall for local PPT entries, then each explicit entry must be defined.

For more information, contact the personnel responsible for supporting CICS in your shop.

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

New User


Joined: 11 Mar 2009
Posts: 28
Location: India

PostPosted: Thu Oct 22, 2009 4:37 pm
Reply with quote

Bill Thanks for your reply,

How can find out autoinstallation enable or not? by SIT parameter or by any program parameter????

Regards.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Thu Oct 22, 2009 6:26 pm
Reply with quote

Code:
CECI IN SYST
will tell you -- PROGRAMAUTOINST is the field but it is in CVDA format so you'll need to interpret it.
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: Fri Oct 23, 2009 5:01 am
Reply with quote

In the SIT, it's keyword "AIEXIT".

Bill
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 Multiple Entry PL/I & Assembler 5
No new posts Automation of data entry using Rexx i... CLIST & REXX 4
This topic is locked: you cannot edit posts or make replies. Automation of data entry using Rexx i... CICS 0
No new posts Require help in DB2 Query DB2 3
No new posts Urgently Require RACF ACF2 Resource t... Mainframe Jobs 0
Search our Forums:

Back to Top