Answer Posted / pankaj thakur
Joblib specifies the location of program for all the steps
used within the JCL.In a single Job there can be 255 steps
coded at a single time.
If in a particular step we use the steplib statement then
that steplib statement overrides the joblib statement.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
When output dataset space is required, what quantity categories are used?
when can a job time-out occur? How to overcome that?
Is automatic restart possible in jcl? If yes, how?
Can I share my data with other jobs? How?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What is the use of symbol // in jcl?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
what is the use of IEBGENER utility?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
What are the rules employed while naming the steps in a job?
Explain the purpose of dd * statement in jcl?
which parameter is use to declare the name of dataset in dd statement?