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 |
While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT IF APPROPRIATE"..I want to write duplicate records a a serparte file..how i can do tht?
in ways data can be passed to a COBOL program from JCL?
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
What are steplib and joblib? What for they are used?
What are the common jcl syntax errors you get? This is not abends?
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
Which COND paramter will u use to execute the step only if the previous step does not execute
What is the function of //cntl statement?
What is GDG?
Explain the jcl exec statement?
How do you override a parameter in Positional parameters?