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

How to copy one PS file to multiple PS files with same data?

1 Answers  


Explain about Cobol Subroutines

1 Answers  


If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?

1 Answers   IBM,


Explain the job statement in jcl?

0 Answers  


What are hierarchy levels in jcl?

0 Answers  






What is default if we don't specify RD parameter at all ?

1 Answers   IBM,


How do you restart a step in JCL?

12 Answers   HSBC,


Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA

3 Answers   VC, Wipro,


what is DD statement is used in JCL?

0 Answers  


how many members can be created inside a single pds?

8 Answers  


How much space OS allocates when you create a PS or PDS?

4 Answers  


How can u know the current date using jcl?

2 Answers   iNautix, Wipro,


Categories