i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl

Answer Posted / way4dinesh

STEP03 RC is 0
STEP7, EXEC, COND=(0,LT,STEP03)
STEP8, EXEC, COND=(0,LT,STEP03)
STEP9, EXEC, COND=(0,LT,STEP03)
STEP10, EXEC, COND=(0,LT,STEP03)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

2189


How gdg are concatenated?

647


Explain how can return codes be tested before execution of a job step?

796


What parameter directs the output of the job log dataset?

734


how to do automated restart when a job abends?

817






Can I share my data with other jobs? How?

638


what is DD statement is used in JCL?

653


What do you understand by the term notcat 2 – gs?

724


What dd statement is used to supply the name of a dataset?

744


How do you overcome this limitation ?

668


What is use of restart and how to use it?

738


What is the maximum length of a single line of jcl?

799


Is their any set of rules for dd? Explain.

635


What is the motivation behind coding class parameter in job statement?

654


Define concatenating?

639