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

How to inquire on PLT?


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

Active User


Joined: 15 Dec 2005
Posts: 271

PostPosted: Thu May 12, 2016 8:46 pm
Reply with quote

Hi All,

I have some set of programs in my application with transid. Few out of the programs might be programs under PLT ( based on the comments inside the program). Since we dont have CICS support, also i need to know how is there any way i can inquire on PLT, like CECI I TRANS(*)? Please advice.

I have went through this IBM site for refernce
www.ibm.com/support/knowledgecenter/SSGMCP_5.2.0/com.ibm.cics.ts.resourcedefinition.doc/macros/plt/example.html?lang=en


where list of programs is mentioned, but not sure about the trans id
Code:

 LIST OF PROGRAMS TO BE EXECUTED SEQUENTIALLY DURING SYSTEM
 * INITIALIZATION.
 * REQUIRED SYSTEM INITIALIZATION PARAMETER: PLTPI=I1
 *
    DFHPLT TYPE=INITIAL,SUFFIX=I1
 *
 *  The following programs are run in the first pass of PLTPI
 *
    DFHPLT TYPE=ENTRY,PROGRAM=TRAQA  EXECUTED DURING 2ND INIT. PHASE
    DFHPLT TYPE=ENTRY,PROGRAM=TRAQB  (PROGRAMS SHOULD ALSO BE DEFINED
    DFHPLT TYPE=ENTRY,PROGRAM=TRAQC  BY RDO)
 *
    DFHPLT TYPE=ENTRY,PROGRAM=DFHDELIM
 *
 *
 *  The following programs are run in the second pass of PLTPI
 *
    DFHPLT TYPE=ENTRY,PROGRAM=TRASA  EXECUTED DURING 3RD INIT. PHASE
    DFHPLT TYPE=ENTRY,PROGRAM=TRASB  (PROGRAMS MUST ALSO BE DEFINED
    DFHPLT TYPE=ENTRY,PROGRAM=TRASC  BY RDO)
    DFHPLT TYPE=FINAL
 *
    END

Figure 2. PLTSD program list table—example *
 *
 * LIST OF PROGRAMS TO BE EXECUTED SEQUENTIALLY DURING SYSTEM
 * TERMINATION
 * REQUIRED SYSTEM INITIALIZATION PARAMETER: PLTSD=T1
 *
    DFHPLT TYPE=INITIAL,SUFFIX=T1
 *
 *  The following programs are run in the 1st pass of PLTSD
 *
 *
    DFHPLT TYPE=ENTRY,PROGRAM=TRARA  EXECUTED DURING 1st QUIESCE PHASE
    DFHPLT TYPE=ENTRY,PROGRAM=TRARB  (PROGRAMS MUST ALSO BE DEFINED
    DFHPLT TYPE=ENTRY,PROGRAM=TRARC  BY RDO)
 *
    DFHPLT TYPE=ENTRY,PROGRAM=DFHDELIM
 *
 *
 *  The following programs are run in the 2nd pass of PLTSD
 *
    DFHPLT TYPE=ENTRY,PROGRAM=TRAFA  EXECUTED DURING 2nd QUIESCE PHASE
    DFHPLT TYPE=ENTRY,PROGRAM=TRAFB  (PROGRAMS MUST ALSO BE DEFINED
 *                                   BY RDO)
    DFHPLT TYPE=FINAL
 *
    END
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 May 12, 2016 9:21 pm
Reply with quote

You can obtain the PLT program list from the startup parmlib, where you'll find PLT PI and PLT SD modules which are executed.

Why don't you have at least CICS Tech Support or better yet, a CICS Sysprog? That's crazy icon_eek.gif

HTH....
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3048
Location: NYC,USA

PostPosted: Thu May 12, 2016 9:52 pm
Reply with quote

CEMT INQUIRE PROG CL()
Back to top
View user's profile Send private message
pkmurali
Warnings : 1

Active User


Joined: 15 Dec 2005
Posts: 271

PostPosted: Fri May 13, 2016 3:02 pm
Reply with quote

Thanks Rohit and Bill.

When i executed the command i am getting all programs in that CICS region. I looked into parms of cicslibrary where i got DFHSIT as parameter.
Back to top
View user's profile Send private message
pkmurali
Warnings : 1

Active User


Joined: 15 Dec 2005
Posts: 271

PostPosted: Sat May 14, 2016 8:25 pm
Reply with quote

Do we have to pass anymore parameter in the CECI command mentioned above? To get the PLT program details?
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: Sat May 14, 2016 9:07 pm
Reply with quote

What "PLT program details" are you looking for? I don't think there is any generic way to look at PLT entries within a CICS region; you have to look at the PLT source table to know for sure what is in the PLT. And to know for sure which PLT table is being used, you have to look at the SIT source table. The PLT is one of those tables that is still required to be assembled using the macros. CECI and CEDA do NOT provide details about the PLT, although if the site is using the PLT class parameter the CEMT INQUIRE PROGRAM CL(??) can be useful -- but not all sites use PLT classes, and depending on what details you're looking for you may not get what you want from the command anyway.
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 Inquire online file with CICS command... CICS 3
No new posts How Inquire if a resource is in ENQ s... CICS 2
No new posts How to inquire CICS region name? CICS 6
No new posts How to inquire the keyposition and ke... JCL & VSAM 3
No new posts Remote system in INQUIRE Transaction ... CICS 1
Search our Forums:

Back to Top