Can a job have only steplib and no joblib ?

Answer Posted / saroja kolli

Yes. We can have only steplib without a joblib.

But in such case, if the Job contains several steps then in
everystep of the job STEPLIB should be mentioned.

STEPLIB refers to the step in which it is mentioned and the
JOBLIB refers to all the steps in the job.

When STEPLIB and the JOBLIB both are mentioned then STEPLIb
overrides JOBLIB.

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are JCLLIB and STEPLIB in JCL?

668


which parameter is use to declare the name of dataset in dd statement?

724


Is it possible to left uncode disp?

707


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2092


What is the function of the dd dcb keyword?

819






Explain the function of dd name parameter with a 2 part structure; audit.report?

888


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

666


What is the function of //jcllib statement?

795


Brief description of inline procedure of jcl.

677


which utility is used to sort a file in jcl?

743


what is JCL?

685


how can the same proc be re-used and called by many jobs?

903


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

815


Is automatic restart possible in jcl?

724


I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

1724