Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / subbu

The above answer is right. Some more information to that:

If both the JOBLIB and STEPLIB statements are coded, then
the STEPLIB specification will override JOBLIB
specification.

Is This Answer Correct ?    63 Yes 5 No

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

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

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

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

Post New Answer

More JCL Interview Questions

How Can we see all generations of a GDG ?

3 Answers   Polaris,


What is the function of the steplib dd statement?

0 Answers  


What are s0c1, s0c4, s0c5, s0c7 and socb?

0 Answers  


i want to avoid the positional parameter how to code it ?

3 Answers   TCS,


How to find the length of variable length copybook using fileaid ??

1 Answers   CSC,


How to override loadlib?

0 Answers   Fiserv,


Give the syntax of job specifying jcl statement.

0 Answers  


How gdg are concatenated?

0 Answers  


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

0 Answers  


Suppose I have five jobs to do. But I want to hold one?

0 Answers  


What is the purpose of dd?

0 Answers  


I have a PDS and want to omit few rows of all members of a PDS. How to do it?

6 Answers   Accenture,


Categories