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
List the various advantages of using jcl language?
What is catelog procedure and how many catelog procedure to use in one job?
How jcl work to handle various input output file operations?
What is the function of the dd dcb keyword?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
In job processing, what happens in execution stage?
how can you check if a file is empty using jcl?
Is it possible to left uncode disp? If yes, how?
List in order the hierarchical levels of jcl?
What are the rules employed while naming the steps in a job?
How can the attributes of one sms dataset be copied to another dataset?
Explain dfsort utility?
Explain the purpose of the dd keylen parameter?
Must tape dataset definitions include vol=ser specifications?