How to execute 300 steps in a Job?
Answer Posted / guest
Hi Ravi,
prashanth answer is correct.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can I share my data with other jobs? How?
Does jcl support automatic restart?
Is automatic restart possible in jcl?
what is a jcl?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What is the function of the dd mgmtclas keyword in sms datasets?
How is a type of file defined in the jcl that executes the cobol program?
what is DD statement is used in JCL?
which parameter is use to declare the name of dataset in dd statement?
//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 /*
How can an in-stream dataset be terminated?
how JCL works?
in ways data can be passed to a COBOL program from JCL?
How to pass data to a program that is coded in an exec statement?
What is multithreading in jcl?