What is the difference between the JOBLIB and the STEPLIB
statements?
Answers were Sorted based on User's Feedback
Answer / guest
The JOBLIB statement is placed after the JOB statement and
is effective for all job steps. It cannot be placed in
abcataloged procedure. The STEPLIB statement is placed after
the EXEC statement and is effective for that job step only.
Unlike the JOBLIB statement, the STEPLIB can be placed in a
cataloged procedure.
| Is This Answer Correct ? | 53 Yes | 4 No |
Answer / 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 |
is step name is compulsory in jcl ?
what is JCL?
CAN ANYONE TELL ME WHAT IS "JOB-CARD"
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
What does the one advantange of using IEBUPDTE?????
Can we change a FB file to VB file in JCL? Please help
what is the job entry system used in your project?
What is the significance of addrspc parameter in the exec statement?
what is the default region size if I dont specify region parametre in my job card ( I know that if I specify region=0k or 0M, then the job will occupy all he available resources at the time of job execution), but I want to know the defult value for "region" paramatre.
Can you give the sort card to arrange the specific column in the version of GDG.
how to convert a file form fixed Length to variable length?
how to set dependancy for jobs?