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

How to submit jcl through a cobol program?

689


what is the difference between JES3 and JES2?

693


how to do automated restart when a job abends?

857


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2079


how can you check if a file is empty using jcl?

825






What is the format of comment statement?

688


List the different components of jcl statement?

702


How is a type of file defined in the jcl that executes the cobol program?

716


My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

1996


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

622


Mention the types of job control statements?

700


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

1937


what is use of space parameter in dd statement?

762


How to pass the parameter in parm using linkage section ? (syntax)?

659


How do you submit a job for execution?

645