How do you skip a particular step in a proc/JOB?
Answer Posted / nikhil
Can use either condition codes or use the jcl control
statement IF (only in ESA JCL)
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of dd dummy statement?
How does the jcl specify the job to os?
List the different jcl statements that are not permitted in the procedures?
what is the JCL statement consists of?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
how do you access an uncataloged dataset in a jcl?
what are the statements that are not valid to be included in an include statement?
Explain how can the submitting users racf authority be overridden in a job stream?
//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 /*
Where & How Do You Code Identifier In Jcl?
how can you check if a file is empty using jcl?
what is a jcl?
What are the 4 fields in dd statement?
Is it possible to left uncode disp?
what is the purpose of coding class parameter in job statement?