what is the difference between the JCLLIB and JOBLIB ,and
where do we use it ?
Answer Posted / sukumar
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 ? | 18 Yes | 3 No |
Post New Answer View All Answers
Why block size is multiple of lrecl in jcl?
Why include statement is used in a jcl?
what is use of dsn parameter in dd statement?
When output dataset space is required, what quantity categories are used?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Which statement is used to identify the private libraries in job?
How can a fb file convert to vb file using sort program?
Explain the function of a dd statement?
What is the difference between run mode and addressing mode?
What are hierarchy levels in jcl?
is there any way to execute more than one proc in the same exec statement at the same time..?
What is job control language?
what are the types of abends that occur on job failure? And explain the possible causes of these
Explain how can the submitting users racf authority be overridden in a job stream?
How jcl work to handle various input output file operations?