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 / praveen kumar bejjanki

There are two ways in order to achieve this.
1. Give a null statement(//) after step5
2. Give the cond parameter starting from step6 through
step10 as cond=(0,le). This parameter will bypasses the
step6 through step10 as it satisfies the cond for any of
the RC(return code).

Is there any other way, kindly let me know.....
Thanks!

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to run cobol program using jcl?

737


in ways data can be passed to a COBOL program from JCL?

737


How would you understand error(execution phase)?

721


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

821


How can a stopped job be started again?

795






How can the disposition of sysout datasets be set for an entire jobstream?

951


What is the function of a dd statement?

804


how to compare two datasets without using superce because output is limited to 133 bytes

1616


List in order the hierarchical levels of jcl?

756


How do you access an uncatalogued dataset in a jcl?

817


What is the purpose of dd * statement in jcl?

901


what sort card you will use to copy the data from one dataset to another dataset?

836


What are the difference between jcl and jes?

1146


How dummy is used in jcl?

738


Explain the function of the steplib dd statement?

721