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 function of job statement in jcl?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
What are the parameters that are used in creating a gdg?
in ways data can be passed to a COBOL program from JCL?
What are some jcl statements that are not allowed in procedures?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Explain about ISPF/TSO Commands
how you can access an uncataloged dataset in a JCL?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Which dd parameters are required?
What is the purpose of dd dummy statement?
How can unused space allocation be returned to the system when a dataset is closed?