View previous topic :: View next topic |
Author |
Message |
arvibala Beginner
Joined: 12 Feb 2008 Posts: 142 Topics: 67
|
Posted: Wed Feb 18, 2009 9:25 am Post subject: JOBLIB efficiency |
|
|
Hi,
We have 8 Libraries under JOBLIB in every Job. Say,
HLQ.MLQ.LOADLIB1
HLQ.MLQ.LOADLIB2
HLQ.MLQ.LOADLIB3
HLQ.MLQ.LOADLIB4
HLQ.MLQ.LOADLIB5
HLQ.MLQ.LOADLIB6
HLQ.MLQ.LOADLIB7
HLQ.MLQ.LOADLIB8
If we have a program A in a Jcl and its loadlib is present in LOADLIB1, will the otherlibraries also be searched?
For every execution of a Program, will all the 8 libraries be searched?
Can some one explain the flow of execution? And also let me know the time/cost it takes to search one library?
Thanks _________________ Arvind
"You can make a difference with your smile. Have that with you always" |
|
Back to top |
|
|
taltyman JCL Forum Moderator
Joined: 02 Dec 2002 Posts: 310 Topics: 8 Location: Texas
|
|
Back to top |
|
|
Terry_Heinze Supermod
Joined: 31 May 2004 Posts: 391 Topics: 4 Location: Richfield, MN, USA
|
Posted: Wed Feb 18, 2009 12:39 pm Post subject: |
|
|
The time/cost is site specific and depends on the CPU and pricing rules. _________________ ....Terry |
|
Back to top |
|
|
Dibakar Advanced
Joined: 02 Dec 2002 Posts: 700 Topics: 63 Location: USA
|
Posted: Tue Feb 24, 2009 11:41 am Post subject: |
|
|
Arvind,
I am not sure if got answer to your first question in the link taltyman provided. The answer is no, if it is in LOADLIB1 then it will not search any other library.
Diba. |
|
Back to top |
|
|
|
|