What is the difference between the JOBLIB and the STEPLIB
statements?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List the various advantages of using jcl language?

838


how you will the direct the data to spool using sysout option?

1748


What is the purpose of dd?

713


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

577


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

659






How can return codes be tested before execution of a job step?

909


Is condition checking possible in jcl?

704


How do you access an uncatalogued dataset in a jcl?

716


What is Cataloged Procedures?

700


What are steplib and joblib? What for they are used?

679


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

638


Are there any set of rules for the names of the steps used in a job?

622


What do you understand by jcl?

618


How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?

7581


What is condition checking in jcl? Is this possible?

615