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

What are the utility programs in jcl?

648


what is use of disp parameter in dd statement?

665


How can unused space allocation be returned to the system when a dataset is closed?

812


what is DD statement is used in JCL?

683


How to run cobol program using jcl?

652






how you will the direct the data to spool using sysout option?

1765


The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?

947


How jcl work to handle various input output file operations?

659


what are the various stages of job processing?

741


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2064


How does jcl specify the job to the operating system?

753


Name the statement which can be used to send data to another mvs jes3 node?

605


What do you understand by the terms: joblib and steplib?

626


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

748


In sms datasets, what is the function of the dd mgmtclas keyword?

863