in jcl you are having JCLLIB and STEPLIB what happens
Answer Posted / sj@iy
JCLLIB - Gives the library for cataloged procedures
STEPLIB - Coded in the individual steps. It gives the
library where the program specified in the EXEC statement
for that particular step should be searched for.
JOBLIB - Coded after the JOB statement. It specifies the
library where all programs specified in the EXEC statements
of the entire JCL should be searched for.
Having both JOBLIB and STEPLIB, the STEPLIB will override
JOBLIB for that particular step where STEPLIB is given.
Having both JCLLIB and STEPLIB shouldnt have any co-
relation as one is concerned with cataloged procedures and
the other with the programs.
Please verify answer
| Is This Answer Correct ? | 27 Yes | 1 No |
Post New Answer View All Answers
How can a stopped job be started again?
What is the function of the dd mgmtclas keyword in sms datasets?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What is the purpose of the dd keylen parameter?
Explain how can return codes be tested before execution of a job step?
What happens if both JOBLIB & STEPLIB is specified ?
How to submit a jcl from cics?
How does jcl act on code(if you take a cobol program)?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What are some jcl statements that are not allowed in procedures?
How can the attributes of one sms dataset be copied to another dataset?
in ways data can be passed to a COBOL program from JCL?
when can a job time-out occur? How to overcome that?
what happens in conversion stage in job processing?