there are 10 steps in jcl how to execute the steps from
step2 to step8 only
Answer Posted / anonymous
If it is confirm that step 2 to step 8 will execute normally
then what we can do is write COND=(0,EQ) for step 9 &
step10.So these last steps will be byepassed.
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
Explain about LMQUERY�give a dialog information about a data set
How does jcl act on code(if you take a cobol program)?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Explain about ISPF/TSO Commands
What is the function of dd name parameter with a 2 part structure; audit.report?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
How can the disposition of sysout datasets be set for an entire jobstream?
//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 /*
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Explain how can values be passed from the job stream to an executable program?
What are the difference between jcl and jes?
what is the use of JCL?
how JCL works?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
how to compare two datasets without using superce because output is limited to 133 bytes