What is the difference between joblib and jcllib statements
Answer Posted / shiva
1 Joblib is a default load library for all the jobsteps
JOBLIB DD statement specifies the private library that the
system needs to search to obtain the program named in each
of the EXEC statements PGM parameters. Only if the program
is not found in the private, the system searches in the
system libraries.
Jcllib is the loadlib that contains cataloged procedures
JCLLIB statement species the private library that the system
needs to search to obtain
(a) the procedures (PROCS) named in the EXEC statement
(b) the Groups of JCL statements (called INCLUDE groups)
named on any INCLUDE statements
| Is This Answer Correct ? | 27 Yes | 2 No |
Post New Answer View All Answers
What is notcat 2 - gs?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What is the function of the steplib dd statement?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Explain the jcl exec statement?
How to run cobol program using jcl?
Explain the hierarchy levels in jcl?
What happens if both JOBLIB & STEPLIB is specified ?
What is catelog procedure and how many catelog procedure to use in one job?
What is the format of comment statement?
I need exexution process for JCL programs
What is job control language?
What is the function of a dd statement?
what are the various stages of job processing?