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
Can we use DISP=SHR in output file in JCL
Explain the purpose of dd dummy statement?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
how do you code a null statement?
which parameter is use to declare the name of dataset in dd statement?
Explain the function of a dd statement?
What is the format of comment statement?
What is one line to pass PARM from JCL to COBOL?
Where & How Do You Code Identifier In Jcl?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
For what purpose steplib and joblib are used ?
Is condition checking possible in jcl?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one