what is the difference between the JCLLIB and JOBLIB ,and
where do we use it ?

Answer Posted / manojkumar sivakumar

JCLLIB is used with either OS/390 or MVS/ESA Version 4 or
higher JES2 or JES3 systems, to identify a private library
or a system library from which INCLUDE groups and JCL
procedures are to be retrieved. The order in which the
library names appear on the JCLLIB statement is the order
in which they are searched for any JCL procedures (PROCs)
and INCLUDE groups referenced by this job.

The JOBLIB DD statement is used to identify a program
library to search first when attempting to locate programs
executed during the job's life. The JOBLIB must be placed
after the JOB statement and before the first EXEC statement
in the job. More than one program library can be
concatenated after the first one on a JOBLIB.

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

whats the diff bw the evaluate also and and?

1859


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

618


Are there any set of rules for the names of the steps used in a job?

639


Define concatenating?

669


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

651






How to submit jcl through a cobol program?

683


how to compare two datasets without using superce because output is limited to 133 bytes

1486


What are the parameter we cannot use in procedure?

644


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

904


How to pass data to a program that is coded in an exec statement?

839


How do you overcome this limitation ?

702


How gdg are concatenated?

672


How to submit a jcl from cics?

670


What parameters can be used to limit the number of records written to a sysout dataset?

756


What is the purpose of dd dummy statement?

949