If a jcl has just 1 step and the input file to this does
not exist, then what will happen if we submit this job?

Answers were Sorted based on User's Feedback



If a jcl has just 1 step and the input file to this does not exist, then what will happen if we su..

Answer / mc

JCL Error, dataset not found

Is This Answer Correct ?    13 Yes 0 No

If a jcl has just 1 step and the input file to this does not exist, then what will happen if we su..

Answer / shridhar

Disp parameter matters here.
old ,shr -- dataset not found.
new,catlg -- no error
mod -- dataset not found.
mod ,catlg --- no error.

Is This Answer Correct ?    6 Yes 0 No

If a jcl has just 1 step and the input file to this does not exist, then what will happen if we su..

Answer / bella

it will abend with 013

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More JCL Interview Questions

Explain about LMQUERY�give a dialog information about a data set

0 Answers  


//step#3 exec pgm = hkbc762 what is wrong with the syntax?

3 Answers  


I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )

9 Answers  


Name a few IBM utility programs, and explain its function.

0 Answers  


Is it possible to left uncode disp? If yes, how?

0 Answers  






How to use COND Parameter in jcl

4 Answers   NIIT, Wipro,


Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?

2 Answers  


I have DATE filed like DD-MM-YYYY, So I want output should be MM/DD/YYYY using JCL? Can anybody post the answer for above requirement?

4 Answers   BirlaSoft, FIS, Wipro,


How to overide the symbol parameter in the jcl ?

3 Answers   UST,


What is the meaning of the EXEC statement keyword, COND? What is its syntax?

2 Answers  


How does the jcl specify the job to os?

0 Answers  


How many JOB statements a JCL can have ? If there are more than one JOB statements in a JCL, are they submitted in succession or in parallel ?

4 Answers   IBM, Tech Mahindra,


Categories