Page 1 of 1

when to use JOBLIB and STEPLIB?

PostPosted: Wed Mar 31, 2010 9:55 am
by pratik397
when to use JOBLIB and STEPLIB in the program ?
What is the use of using JOBLIB and STEPLIB?

Re: when to use JOBLIB and STEPLIB?

PostPosted: Wed Mar 31, 2010 10:07 am
by dick scherrer
Hello and welcome to the forum,

Local standards typically determine whether joblib or steplib is to be used. Both of these are used to make executable modules available to the job/step. These determine which libraries will be searched and in what order.

Steplib can be more efficient and is required for all application executions on many systems.

Re: when to use JOBLIB and STEPLIB?

PostPosted: Thu Apr 01, 2010 11:48 pm
by pratik397
Thanks this answer will be usefull for me.

Re: when to use JOBLIB and STEPLIB?

PostPosted: Fri Apr 02, 2010 2:22 am
by dick scherrer
You're welcome - good luck :)

d