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 / suresh ramaiyan
You can create a NULL (//) point after the 5 step. so the
job will stop after step 5 is executed.
I don't think we can do it via JOB CARD. Please let me know
if anyone knows.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What is the syntax of JCL statement?
how you can access an uncataloged dataset in a JCL?
How can return codes be tested before execution of a job step?
what is use of dsn parameter in dd statement?
Is acct parameter mandatory?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How can values be passed from the job stream to an executable program?
what is the difference between JES3 and JES2?
Explain the function of dd disp parameter?
what are JCLLIB and STEPLIB in JCL?
Is there any command to check wether the ps file is in sorted order?
What are hierarchy levels in jcl?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Name what parameter directs the output of the job log dataset?
Explain the purpose of dd dummy statement?