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

Retriving PCT entires of a CICS region through Batch job ?


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

New User


Joined: 12 Jun 2007
Posts: 8
Location: chennai

PostPosted: Mon Sep 22, 2008 7:25 pm
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
Robert Sample

Global Moderator


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

PostPosted: Mon Sep 22, 2008 7:44 pm
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: 29
Location: Chennai

PostPosted: Sat Sep 27, 2008 3:52 pm
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
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 Using API Gateway from CICS program CICS 0
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
Search our Forums:

Back to Top