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
Is acct parameter mandatory?
What are the parameter we cannot use in procedure?
what is the compile process of cobol program expalin with code
What are steplib and joblib?
Give the syntax of job specifying jcl statement.
what is use of space parameter in dd statement?
define cond parameter in jcl?
What does a disposition of (new,catlg,keep) for a dsn mean?
Explain how can return codes be tested before execution of a job step?
What is NOTCAT ?
List the different components of jcl statement?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What is the maximum length of a single line of jcl?
Is condition checking possible in jcl? If yes, how?