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

How to know Default library of CICS ?


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

New User


Joined: 11 Jul 2007
Posts: 68
Location: noida

PostPosted: Mon Aug 18, 2008 7:13 pm
Reply with quote

Hi

Please share the command that would display the library name that would be used to pick up load modules ( both primary and secondry )

Thanks
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Mon Aug 18, 2008 7:18 pm
Reply with quote

is SDSF, you can always look at the started task for the cics region in question, the DFHRPL DD points to application libraries.

if you have to have a display within cics...........don't know it .
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 Aug 18, 2008 7:20 pm
Reply with quote

The DD name DFHRPL will contain the list of libraries that are used to load CICS modules. You'll need to look at the CICS JCL to find this DD name. There is rarely only one library associated with DFHRPL -- usually the CICS systems programmer separates the system libraries from the application libraries and concatenates them to the DD name.
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 Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top