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 / laxman
//SYSIN DD *
SORT FIELDS=COPY,
STOPAFT=5
/*
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is the significance of addrspc parameter in exec statement?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What are the utility programs in jcl?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What statement can be used to send data to another mvs jes3 node?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What does a disposition of (new,catlg,keep) for a dsn mean?
how can you check if a file is empty using jcl?
Where can program checkpoints be stored for use in a restart?
which utility is used to sort a file in jcl?
What is use of restart and how to use it?
What are the difference between jcl and jes?
What is the function of the dd dcb keyword?
How dummy is used in jcl?
what is use of space parameter in dd statement?