I have a JCL with 10 steps, want to execute first 5 steps
only, what are ways of doing it?is it possible to control
through JOB card?

Answer Posted / venkataramana

It is simple after fifth step we will use cond=(0,LE) in
each step for avoiding the execution.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what JCL Procedures?

701


how can you check if a file is empty using jcl?

816


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

924


how can the same proc be re-used and called by many jobs?

912


in ways data can be passed to a COBOL program from JCL?

669






When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

748


Explain the purpose of the dd keylen parameter?

677


Explain the job statement in jcl?

653


how you can access an uncataloged dataset in a JCL?

656


//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 /*

913


Explain in DD statement what is the use of DCB parameter?

656


Explain the purpose of dd * statement in jcl?

643


What is Cataloged Procedures?

715


how do you access an uncataloged dataset in a jcl?

841


What statement can be used to send data to another mvs jes3 node?

826