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 / bala

Give COND=(99,NE)for all the other steps following STEP5.
Its skips those steps.
Also, a Null (//) given after STEP5 does the same.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is jcl in mainframe, and how many types of jcl statements are there for a job?

631


what are JCLLIB and STEPLIB in JCL?

678


How to pass the parameter in parm using linkage section ? (syntax)?

655


what is the resolution for sb37 error

7716


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

650






Which dd parameters are required?

695


which parameter is used to check the syntax of a jcl without executing it?

799


What parameters can be used to limit the number of records written to a sysout dataset?

751


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

1951


What do you know about jcl?

650


What does a disposition of (MOD,DELETE,DELETE) mean ?

668


What is the difference between the positional and keyword parameters? Give examples.

713


Matching Logic in Jcl not in cobol.Could any one please answer this question

3672


How dummy is used in jcl?

651


Are there any set of rules for the names of the steps used in a job?

637