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 / anshuman
you can use the IBM utility EIBEDIT for this n mention step
1 to 5
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
How gdg are concatenated?
Is automatic restart possible in jcl?
how you will the direct the data to spool using sysout option?
How do you create a temporary dataset?
what happens in execution stage in job processing?
what is the JCL statement consists of?
Explain in DD statement what is the use of DCB parameter?
What is the function of the steplib dd statement?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What are the 2 types of parameters in dd statement?
What is the purpose of dd?
What do you understand by the term notcat 2 – gs?
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
What is the function of dd name parameter with a 2 part structure; audit.report?
Can we call instream to catalog and catalog to instream?