in step1 of a jcl,disp=(mod,delete,delete)
step02 exec pgm=ccc,cond=(0,le)
will step02 be executed?

i)never
ii)always
iii)
iv)...

i dont remember options

Answer Posted / vinay sonar

Step2 will not execute because always true condition is
coded in step2.
condition code(cc) 0 will be always less than any previous
step cc say 0,4,8,4095 etc. so condition is always true.So
step2 wont execute

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of dd name parameter with a 2 part structure; audit.report?

693


What is the significance of addrspc parameter in exec statement?

724


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

901


what is JCL?

685


What do you know about jcl?

643






Explain the function of the steplib dd statement?

634


if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?

1611


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

792


How do you create a temporary dataset?

656


Does jcl support automatic restart?

746


What is the purpose of disp parameter?

635


What is concatenating?

627


Define concatenating?

658


Which dd parameters are required?

684


what happens in conversion stage in job processing?

721