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

How to get the source library for the CICS load (Member)


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

New User


Joined: 15 May 2006
Posts: 28

PostPosted: Mon Jun 19, 2006 12:06 pm
Reply with quote

Hi,
can somebody help me out on these things.....

1)How to get the source library for the CICS load (Member) available in a particular Region.
2)How to get the DBRMLIB from which current plan is generated(Rebound).

Thx....
Back to top
View user's profile Send private message
gskulkarni

New User


Joined: 01 Mar 2006
Posts: 70

PostPosted: Wed Jun 21, 2006 1:39 pm
Reply with quote

If you have CAFC installed, they supply a nice transaction called :
SRCH <loadmodulename> gives you the list of load libs associated with the region in hierarchical order and ou can see from where the prog is being picked up. With that you get a result screen saying
Code:
LSD1010  WAS FOUND IN THE PPT AND HAS BEEN LOADED
 
--------------------------------------------------------------------------
THE FOLLOWING DATASETS ARE ALLOCATED TO DDNAME - DFHRPL
------------ DATASET NAME ------------------ VOLSER ----------------------
 
CICS.CICS230.D0M7.OVRLIB                     SCIC12
CICS.CICS230.RTX.SDFHLOAD                    SCIC13
CICS.CPSM230.RTX.SEYULOAD                    SCIC11
CICS.CICS230.TBLS.LOADLIB                    SCIC13
SYS4.MQ.HFN2.SCSQCICS                        SOFT04
SYS3.MQ.HFN2.SCSQAUTH                        MVSYSC
SYS4.MQ.HFN2.SCSQLOAD                        SOFT04
SYS4.MQ.TEST.COMMON.LOADLIB                  APSYSD
SYS4.MQ.PROD.COMMON.LOADLIB                  APSYSD
IMSVS.TEST.RESLIB1                           IMSSY1
SYS4.DB2.V710.DB2T.B.SDSNLOAD                DB2SY5
D050.IP000000.G2.USER.LOADLIB                DVLP09
SYS3.DATECGA.LOADLIB                         APSYS6
DF00.CP000000.CE07.PGM                       HCM019
DF00.CP000000.CE0T.PGM                       HCM014              LOADED/FOUND
DF00.CP000000.CVSE.PGM                       HCM021
DF00.CP000000.CVSN.PGM                       HCM012
PF00.CP000000.CEND.PGM                       PLIB02                     FOUND
PF00.CP000000.CVSN.PGM                       PLIB03
DF00.CP000000.IMSE.PGM                       HCM008
DF00.CP000000.IMSB.PGM                       DVLP93
IMSVS.PGMLIB                                 IMSSY1
SYS1.PPLIBXA                                 MVSYS4
 
** END OF REPORT **
Back to top
View user's profile Send private message
gsnvsr

New User


Joined: 06 Jul 2005
Posts: 40

PostPosted: Fri Jun 23, 2006 3:04 pm
Reply with quote

prodigy wrote:
Hi,
can somebody help me out on these things.....

1)How to get the source library for the CICS load (Member) available in a particular Region.
2)How to get the DBRMLIB from which current plan is generated(Rebound).

Thx....


1. If you have Xpeditor in your shop, then I think the option 2.6.1 gives you the library - when you supply the program name. Or look for the DFHRPL concatenation in the CICS region job. RPL concatenation gives you the list of loadlibs for the region. Loads will be picked up in the order of concatenation in RPL (top-down). You can manually search each of the loadlibs for your module.

Best regards, Prasad
Back to top
View user's profile Send private message
parsesource

New User


Joined: 06 Feb 2006
Posts: 97

PostPosted: Thu Jul 06, 2006 12:15 am
Reply with quote

prodigy wrote:
Hi,
can somebody help me out on these things.....

1)How to get the source library for the CICS load (Member) available in a particular Region.
2)How to get the DBRMLIB from which current plan is generated(Rebound).

Thx....


i?ve written an utility to search dfhrpl.
it searches the proclib for the cics-proc. if found parse the jcl for the dfhrpl-concatenation and look for dsn=..... alloc the concatenation within tso with "ALLOC dsn1,dsn2,....." and call the isrddn - utility with the correct parameters, to search this concatenation for a member or member-pattern (ispf-command-stacking)
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 Load new table with Old unload - DB2 DB2 6
No new posts How to load to DB2 with column level ... DB2 6
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