Which COND paramter will u use to execute the step only if
the previous step does not execute

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can return codes be tested before execution of a job step?

925


Explain about LMFREE�free data set from its association with data ID

1006


What is the function of dd disp parameter?

658


Why block size is multiple of lrecl in jcl?

915


which parameter is used to check the syntax of a jcl without executing it?

799






Describe the various parameters utilized in the creation of a gdg?

684


What is the significance of addrspc parameter in exec statement?

731


What is the significance of addrspc parameter in the exec statement?

620


Explain the hierarchy levels in jcl?

1120


How does the jcl specify the job to os?

696


Is their any set of rules for dd? Explain.

664


write a jcl to execute a job by 7:00 am on jan 20,1986?

699


Is automatic restart possible in jcl?

742


what is “Cond= even” and “Cond=only”?

743


How to run cobol program using jcl?

652