What is COND=ONLY ?

Answers were Sorted based on User's Feedback



What is COND=ONLY ?..

Answer / guest

Means execute this step only if any of the previous steps,
terminated abnormally.

Is This Answer Correct ?    45 Yes 2 No

What is COND=ONLY ?..

Answer / nanu

Means execute this stape when just previous(not any
previous) step will terminated abnormaly.

Is This Answer Correct ?    5 Yes 8 No

Post New Answer

More JCL Interview Questions

What are SD37, SB37, SE37 abends?

4 Answers  


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?

4 Answers   HCL,


How can u know the current date using jcl?

2 Answers   iNautix, Wipro,


How to execute 2nd and 4th steps among 5 steps in jcl proc?

0 Answers  


wht r s722,s822,s122 and s222 abends pls reply fast

1 Answers   Wipro,






Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?

5 Answers   L&T,


//step#3 exec pgm = hkbc762 what is wrong with the syntax?

3 Answers  


We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.

6 Answers  


What is S322 abend ?

5 Answers  


I found in one of the jcl, gdg version being mentioned as : abc.def.ghi(-0) Can anyone tell me how referring the version as (-0) is different from referring it as (0)

2 Answers  


Is there any command to check wether the ps file is in sorted order?

4 Answers  


There is a procedure in A.B.PROCS(PROC1) (member name is PROC1) //PROCA... There is a call to a procedure PROCA from a JOB. //STEP01 EXEC PROCA ... Here "PROCA" in JOB refers to the actual PROC name or the member name of the PDS where this PROCA is stored.

2 Answers   Merrill Lynch,


Categories