MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to identify sys load/proclibs used in particular shop?

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
grimpeur
Beginner


Joined: 10 Jul 2006
Posts: 16
Topics: 5

PostPosted: Tue Oct 02, 2007 7:33 am    Post subject: How to identify sys load/proclibs used in particular shop? Reply with quote

Hi all,
Surprisingly couldn't find anything on this via search.
I'm wondering how to go about working out which libraries will be searched when a program load module, rexx exec, JCL procedure etc is executed from JCL.
In most cases for my shop I can probably guess, but I wondered if there was a way of checking for certain - should the concatenation list be stored in a browsable format somewhere?
Thanks in advance.
Back to top
View user's profile Send private message
superk
Advanced


Joined: 19 Dec 2002
Posts: 684
Topics: 5

PostPosted: Tue Oct 02, 2007 7:44 am    Post subject: Reply with quote

I found these related topics:

http://www.mvsforums.com/helpboards/viewtopic.php?t=3036
http://www.mvsforums.com/helpboards/viewtopic.php?t=2335
http://www.mvsforums.com/helpboards/viewtopic.php?t=8419
http://www.mvsforums.com/helpboards/viewtopic.php?t=8654
Back to top
View user's profile Send private message
grimpeur
Beginner


Joined: 10 Jul 2006
Posts: 16
Topics: 5

PostPosted: Tue Oct 02, 2007 7:57 am    Post subject: Reply with quote

Ahh, thanks - I tried a few search terms but none of those came up.
Back to top
View user's profile Send private message
semigeezer
Supermod


Joined: 03 Jan 2003
Posts: 1014
Topics: 13
Location: Atlantis

PostPosted: Tue Oct 02, 2007 10:08 am    Post subject: Reply with quote

One other thing.... as mentioned, ISRDDN will work for load modules in most cases, but since you asked about execs and procs:
Execs will always be in SYSEXEC or SYSPROC (or be called explicitly) in JCL since there is no system search order for them. Procs are a lot harder to figure out but if I recall, they are defined in the JES2 job itself. Sometimes you can see that using SDSF. If not, you have to track through the parmlibs to locate the various libraries and config files that will point you to the job. Maybe someone more familiar with systems programming can give the steps to find the active proclibs. ISRDDN can tell you the parmlibs, but I don't recall how to go on from there. That all assumes, of course, that you have authority to read parmlibs and proclibs. I could never figure out why anyone would protect SYS1.PARMLIB for example, but lots of places do.

By the way, I seem to remember that Lionel Dyck had put together an exec to find the proclibs, and he wanted me to add that logic to ISRDDN but I didn't because it required read access to SYS1.PARMLIB and I didn't want to assume that most users would have that, nor did I want to depend on parsing proclib entries that could change at a later date. I've long since lost the exec, but it might be available somewhere on the net or from Lionel directly.
Back to top
View user's profile Send private message Visit poster's website
taltyman
JCL Forum Moderator
JCL Forum Moderator


Joined: 02 Dec 2002
Posts: 310
Topics: 8
Location: Texas

PostPosted: Wed Oct 03, 2007 8:43 am    Post subject: Reply with quote

I have an old copy of Lionel's LSTPROC that is a combined isrddn and proclib concatenation. I'd assume his most current one woud be on the CBT tape.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group