View previous topic :: View next topic |
Author |
Message |
amit4u79 Beginner
Joined: 24 Oct 2005 Posts: 109 Topics: 36 Location: India
|
Posted: Fri Sep 17, 2010 4:39 am Post subject: Find PROCLIB concatenation in my shop ! |
|
|
Hello Kolusu/Team,
I saw the posts and responses around finding PROCLIB concatenations and here is what my question is:
I read in IBM manual and issued a $D PROCLIB command and it shows me a list like below:
$HASP319 PROCLIB(PROC00)
$HASP319 PROCLIB(PROC00) DD(1)=(DSNAME=
$HASP319 SYS1.PROCLIB),
$HASP319 DD(2)=(DSNAME=
$HASP319 SYS1.MVSPROC),
$HASP319 PROCLIB(PROC08)
$HASP319 PROCLIB(PROC08) DD(1)=(DSNAME=SYS1.STC
$HASP319 PROC.UPGRADDT),
$HASP319 DD(2)=(DSNAME=SYS1.STC
$HASP319 PROC.CDC1),
$HASP319 PROCLIB(PROC09)
$HASP319 PROCLIB(PROC09) DD(1)=(DSNAME=
$HASP319 SYS1.TSUPROC)
$HASP319 PROCLIB(TEST)
$HASP319 PROCLIB(TEST) DD(1)=(DSNAME=SYS1.BOI
$HASP319 S.PROCLIB),
Now, want to know what are these different DDNames PROC08/TEST and so on. I checked the JES2 proc in my SYS1.PROCLIB and found that procs concatenated under JES2 are in SYS1.JESPARMS(PROCxx) member. But question here is what about tasks that start up even before JES2 comes up. Things under the Master Scheduler ? What are the PROCLIB concatenations used by Master Scheduler? How and where do I find this info ?
Any pointer or help is appreciated.
Regards,
-Amit. _________________ I did not fail; I have found 10,000 ways that would not work - Albert Einstein. |
|
Back to top |
|
|
nevilh Beginner
Joined: 11 Aug 2004 Posts: 115 Topics: 0
|
Posted: Fri Sep 17, 2010 11:37 am Post subject: |
|
|
Thing started as sub=mstr will look in the proclib(s) defined in the MSTJCL.
Some shops have an MSTJCLxx member in the Parmlib concatenation others use a MSTJCL00 member in SYS1.linklib |
|
Back to top |
|
|
amit4u79 Beginner
Joined: 24 Oct 2005 Posts: 109 Topics: 36 Location: India
|
Posted: Sun Sep 19, 2010 11:43 pm Post subject: |
|
|
hello Nevilh, yes I could see and now understand how this entire thing works. Thanks for your response on this. Really helps.
Regards,
-Amit. _________________ I did not fail; I have found 10,000 ways that would not work - Albert Einstein. |
|
Back to top |
|
|
|
|