What is the difference between the JOBLIB and the STEPLIB
statements?
Answer Posted / vaibhav kulkarni
1)JOBLIB : It is placed after the job statement.
steplib is placed after the EXEC statement.
2)joblib statement can't be cataloged
while steplib statement can be cataloged.
3) syntax for the joblib //joblib DD DSN=datasetname
and
syntax for the steplib
//steplib DD DSN=datasetname
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What is catelog procedure and how many catelog procedure to use in one job?
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.
What dd statement is used to supply the name of a dataset?
What parameter of the job statement is used to limit the cpu time consumed by the job?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What is use of restart and how to use it?
a dd statement has 2 types of parameters. Name them?
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
What are the rules employed while naming the steps in a job?
Is their any limit for data sets?
Matching Logic in Jcl not in cobol.Could any one please answer this question
How to submit jcl through a cobol program?
What are steplib and joblib?
How can a jobs execution priority be modified?
What is the purpose of dd * statement in jcl?