Can a job have only steplib and no joblib ?

Answers were Sorted based on User's Feedback



Can a job have only steplib and no joblib ?..

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

Can a job have only steplib and no joblib ?..

Answer / manikandan.d

yes job have oly steplib but its effective oly for
perticular step...steplib placed immediate after the exec
step statement

ex:

//step1 exec pgm=pgm1
//steplib dd dsn =ksab.manid.loadlib,disp=shr

let me know if any new answer

Is This Answer Correct ?    4 Yes 0 No

Can a job have only steplib and no joblib ?..

Answer / runa

yes

Is This Answer Correct ?    3 Yes 0 No

Can a job have only steplib and no joblib ?..

Answer / kalaimani

exactly previous answers are correct. and also if no
steplib is providied for one particular jobstep, then it
wil take from joblib. it is not mandatory to give steplib.

Is This Answer Correct ?    2 Yes 0 No

Can a job have only steplib and no joblib ?..

Answer / pankaj.g

Hi Manikandan.d,

Your answer is correct but we can put Steplib anywhere in
the step. It is not necessary to put the steplib immediate
after Exec step.

Correct me if I am wrong?

Is This Answer Correct ?    2 Yes 0 No

Can a job have only steplib and no joblib ?..

Answer / deepak thamarasseri

Yes,we can code Steplib and Joblib in the same code.If we
are coding both,STEPLIB overrides the JOBLIB statement.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More JCL Interview Questions

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

0 Answers  


whats the diff bw the evaluate also and and?

0 Answers   CGI,


How to send notification to multiple users through jcl???

8 Answers  


Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You

0 Answers   IBM,


hi guys what r the diff types of procs in jcl? bye ramya

4 Answers   ACS, Keane India Ltd,






can we write a proc with in a proc

4 Answers   IBM,


How to release the Output HELD by using HOLD = YES on DD statement ?

2 Answers   IBM,


We have 100 steps in a procedure and we need to run the jcl and execute only 25th step in the proc and not the remaining steps. How can we do it?

5 Answers   IBM, JPMorgan Chase,


What is the purpose of include statement in a JCL?

2 Answers  


What is timing concept in mainframe?

0 Answers  


When we give TYPERUN = SCAN , what are the syntax errors we get?

5 Answers   Kanbay,


How does jcl specify the job to the operating system?

0 Answers  


Categories