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 / pankaj
The easiest way to put // in job after step 5. Now it will
execute only first 5 steps.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
What happens if both JOBLIB & STEPLIB is specified ?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
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.
Is acct parameter mandatory?
how you can direct the data to spool using SYSOUT option?
How do you create a temporary dataset?
List in order the hierarchical levels of jcl?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
I need exexution process for JCL programs
Explain how can values be passed from the job stream to an executable program?
Suppose I have five jobs to do. But I want to hold one?
Name what parameter directs the output of the job log dataset?
Is condition checking possible in jcl?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What are the parameter we cannot use in procedure?