What is STEPLIB, JOBLIB? What is it used for?
Answers were Sorted based on User's Feedback
Answer / guest
Specifies that the private library (or libraries) specified
should be searched before the default system libraries in
order to locate a program to be executed. STEPLIB applies
only to the particular step, JOBLIB to all steps in the job.
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / krishna
STEPLIB is used for identify the loadmodule location of the
particular step.
JOBLIB is used for identifies the loadmodule location of
the particular job
| Is This Answer Correct ? | 2 Yes | 0 No |
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
is there any possibilities for sumbitting more than one job in single jcl? if yes...based on which thing they will execute..(priority,class,time,written order..?)
Explain about LMGET�read a logical record from a data set
What are the maximum and minimum sizes of any CONTROL AREA (VSAM datasets) ?
How do you designate a comment in JCL?
if we compile the cobol+ db2 program now ofter 5 years we need to compile again?
Is condition checking possible in jcl? If yes, how?
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
GDGs can be CREATED (not COPIED) only on DASD and NOT on tape drives ? Is it True ?
What are the parameter in the job card wihtout which job won't run........
There are a set of 10 files and a customer will be selecting random no of files(i.e they may be more than 2, may not be in the order).Sometimes he might just select one file or sometimes no files at all.How do you code a JCL for this? Is it possible to code just JCL alone for this problem?
Explain the function of dd name parameter with a 2 part structure; audit.report?