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



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

Answer / girish kumar

cond=only

Is This Answer Correct ?    41 Yes 1 No

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

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

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

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

Post New Answer

More JCL Interview Questions

Explain how can an in-stream dataset be terminated?

0 Answers  


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

0 Answers  


How to override loadlib?

0 Answers   Fiserv,


What is the function of dd disp parameter?

0 Answers  


Can anyone tell me the syntax for printing two files at two different destinations in a single step?

3 Answers  






What is the difference between the positional and keyword parameters? Give examples.

0 Answers  


Explain about LMMLIST�list a library's members

1 Answers  


MOD, DELETE; What does a disposition of (,DELETE) mean ?

3 Answers  


what happens in conversion stage in job processing?

0 Answers   IBM,


How to execute a set of JCL statements from a COBOL program ?

6 Answers  


What do you understand by the term job time – out and how can you overcome that?

0 Answers  


I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP

4 Answers   CSC,


Categories