Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Retriving PCT entires of a CICS region through Batch job ?

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS
Author Message
Balaji.helios

New User


Joined: 12 Jun 2007
Posts: 8
Location: chennai

PostPosted: Mon Sep 22, 2008 7:25 pm    Post subject: Retriving PCT entires of a CICS region through Batch job ?
Reply with quote

Is there any way to get all the PCT entires of a CICS region through a BATCH Job ? Any suggesstions pliz ?
Back to top
View user's profile Send private message
References
Robert Sample

Senior Member


Joined: 06 Jun 2008
Posts: 1182
Location: Atlanta, GA

PostPosted: Mon Sep 22, 2008 7:44 pm    Post subject:
Reply with quote

Use DFHCSDUP to extract the definitions from the CSD and then you can find the PCT entries.
Back to top
View user's profile Send private message
Soundammal.S

New User


Joined: 05 May 2008
Posts: 21
Location: Chennai

PostPosted: Sat Sep 27, 2008 3:52 pm    Post subject: Re: Retriving PCT entires of a CICS region through Batch job
Reply with quote

Hi,

You can use the below batch jcl to get the PCT entries..

//UTILCDS EXEC PGM=DFHCSDUP,REGION=0M
//STEPLIB DD DSN=CICSTS31.CICS.SDFHLOAD,DISP=SHR
//DFHCSD DD DISP=SHR,DSN=CICSTS31.CICSA1.DFHCSD
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
EXTRACT GROUP(groupname) OBJECTS USERPROGRAM(DFH0CBDC)
//CBDOUT DD SYSOUT=*
//SYSABOUT DD SYSOUT=*

Regards,
Soundammal.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS All times are GMT + 6 Hours
Page 1 of 1