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
what happens in execution stage in job processing?
how you will the direct the data to spool using sysout option?
How can values be passed from the job stream to an executable program?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Explain dd statement in jcl?
What parameter directs the output of the job log dataset?
whats the diff bw the evaluate also and and?
Describe the various parameters utilized in the creation of a gdg?
What is job control language?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Is automatic restart possible in jcl? If yes, how?
what is the difference between JES3 and JES2?