Which COND paramter will u use to execute the step only if
the previous step does not execute
Answers were Sorted based on User's Feedback
Answer / dutta
It is said that if step does not execute..it doesn't said that step execute abnormally.
so i think we must use Cond=EVEN.it says even if previous step excecute abnormally or normally then next step must execute.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / y@$w@nth
//step01 EXEC PGM=prog1
//indd1 DD DSN=userid.sample.indataset1
//outdd2 DD DSN=userid.sample.outdataset1
//step02 EXEC PGM=prog1,COND=(0,EQ,STEP01,4,EQ,STEP01)
//indd2 DD DSN=userid.sample.indataset2
//outdd2 DD DSN=userid.sample.outdataset2
| Is This Answer Correct ? | 3 Yes | 9 No |
Is condition checking possible in jcl? If yes, how?
what is meant by jobtrac?
What is STEPLIB, JOBLIB? What is it used for?
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 ?
How do you designate a comment in JCL?
Is it possible to code instream data in a PROC?
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
How gdg are concatenated?
What are isolation levels? Where do we need to specify them in compiling JCL?
Can we change a FB file to VB file in JCL? Please help
How system will identify whether user wants to create PS or PDS? If answer is SPACE parameter then why we need to pass ps or po as dataset organisation while creation
wht r different types of sort fields in jcl ?