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

is step name is compulsory in jcl ?

2 Answers  


what is JCL?

0 Answers  


CAN ANYONE TELL ME WHAT IS "JOB-CARD"

4 Answers   Syntel,


. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance

1 Answers  


What does the one advantange of using IEBUPDTE?????

2 Answers  


Can we change a FB file to VB file in JCL? Please help

1 Answers  


what is the job entry system used in your project?

3 Answers  


What is the significance of addrspc parameter in the exec statement?

0 Answers  


what is the default region size if I dont specify region parametre in my job card ( I know that if I specify region=0k or 0M, then the job will occupy all he available resources at the time of job execution), but I want to know the defult value for "region" paramatre.

5 Answers   BirlaSoft, Infosys,


Can you give the sort card to arrange the specific column in the version of GDG.

1 Answers  


how to convert a file form fixed Length to variable length?

2 Answers   Syntel,


how to set dependancy for jobs?

4 Answers  


Categories