What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
4 10588What is the parameter to be passed in the job card for the unlimited time , irrespective of the job class ?
IBM,
2 10032
What do you know about jcl?
What is the function of the dd dcb keyword?
What is the function of job statement in jcl?
How dummy is used in jcl?
How can a fb file convert to vb file using sort program?
define cond parameter in jcl?
How to do automated restart when a job abend?
Is there any command to check wether the ps file is in sorted order?
In sms datasets, what is the function of the dd avgrec keyword?
What is the function of dd disp parameter?
Differentiate between the joblib and the steplib statements?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?