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 |
what is the compile process of cobol program expalin with code
What do you do if you do not want to keep all the space allocated to a dataset?
List the various advantages of using jcl language?
Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order without using IEBEDIT. How can i do that..???
delete rules in db2
When cursor is not closed what is the error?
What is the max blocksize for a Tape file?
Hi, Say I have 10 flat files and I want to copy all these 10 flat files to a GDG versions flat files (I have GDG base: FDWS01.TEST.RESTORE) in one shot. Can we do that in one shot using a JCL. May be by using IEBGENER. It's a bit urgent. So anyone's fast rely would be appreciated.. Thanks in advance.. 10 flat files ----------------------------------- FDWS01.SUB.RESTORE1 FDWS01.SUB.RESTORE2 FDWS01.SUB.RESTORE3 ; ; FDWS01.SUB.RESTORE10 TO GDG versions ----------------------- FDWS01.TEST.RESTORE.G0001V00 FDWS01.TEST.RESTORE.G0002V00 FDWS01.TEST.RESTORE.G0003V00 ; ; FDWS01.TEST.RESTORE.G0010V00
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
How do you check the syntax of a JCL without running it?
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
can a job be submitted through jcl only? is there another way to submit a job?