1.

Explain What Are Jcllib And Steplib In Jcl?

Answer»

Both libraries SPECIFIES the private libraries that should be searched before the DEFAULT system libraries does in order to locate a program to be executed.
JCLLIB IDENTIFIES the libraries that the system will search for include groups or procedures named in EXEC statements
JOBLIB applies to all steps in the job while STEPLIB applies only to the PARTICULAR step.

Both libraries specifies the private libraries that should be searched before the default system libraries does in order to locate a program to be executed.
JCLLIB identifies the libraries that the system will search for include groups or procedures named in EXEC statements
JOBLIB applies to all steps in the job while STEPLIB applies only to the particular step.



Discussion

No Comment Found