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
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
How can unused space allocation be returned to the system when a dataset is closed?
what is DSN parameter and DISP parameter is used for?
In sms datasets, what is the function of the dd avgrec keyword?
What are the jcl procedures?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What is the function of //jcllib statement?
What are the utility programs in jcl?
Is condition checking possible in jcl? If yes, how?
What is the function of dd name parameter with a 2 part structure; audit.report?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
List the various advantages of using jcl language?
What is the difference between the positional and keyword parameters? Give examples.
Differentiate between the joblib and the steplib statements?
Explain the function of //cntl statement?