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
what is “Cond= even” and “Cond=only”?
In job processing, what happens in conversion stage?
What are the 2 types of parameters in dd statement?
What is concatenating?
Explain dd statement in jcl?
How jcl work to handle various input output file operations?
Is acct parameter mandatory?
how to compare two datasets without using superce because output is limited to 133 bytes
Explain about ISPF/TSO Commands
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What are the 4 fields in dd statement?
What are the utility programs in jcl?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
what operation is performed by job statement?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?