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
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 |
Explain the jcl exec statement?
how to do automated restart when a job abends?
There is a procedure in A.B.PROCS(PROC1) (member name is PROC1) //PROCA... There is a call to a procedure PROCA from a JOB. //STEP01 EXEC PROCA ... Here "PROCA" in JOB refers to the actual PROC name or the member name of the PDS where this PROCA is stored.
what do you mean By spooling? Expand SPOOL?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
How to change default PROCLIB?
If we have 100 job steps in JCL and we want to excute steps only starting from 43 to 50, then how it can be coded in JCL/
What is S322 abend ?
i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i do it....by using(RESTART) can i do it or not?
how to count the number of members in pds?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
On the DD statement, what is the main difference between creating a new sequential flat file and a partitioned dataset?