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
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What is the function of //cntl statement?
What statement can be used to send data to another mvs jes3 node?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
define cond parameter in jcl?
Explain dd statement in jcl?
How can the attributes of one sms dataset be copied to another dataset?
What is the maximum length of a single line of jcl?
How to pass the parameter in parm using linkage section ? (syntax)?
what is JCL?
Explain how can values be passed from the job stream to an executable program?
How can a jobs execution priority be modified?
Explain the function of job statement in jcl?
What is the difference between run mode and addressing mode?