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


Please Help Members By Posting Answers For Below Questions

Is it possible to code instream data in a PROC?

756


Explain the function of the steplib dd statement?

653


What is the function of the dd avgrec keyword in sms datasets?

843


Explain how can an in-stream dataset be terminated?

704


define cond parameter in jcl?

779






Differentiate between addressing mode and run mode.

615


how do you access an uncataloged dataset in a jcl?

848


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

858


What do you know about jcl?

651


what is the resolution for sb37 error

7722


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2111


What happens if both JOBLIB & STEPLIB is specified ?

617


What is the function of //jcllib statement?

814


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

811


What is multithreading in jcl?

946