Suppose I have Five Steps in PROC In this Case I want to
Execute third Step in PROC using Main JCL don't use any COND
Explain with Coding Thanks & Regards
SHREE

Answer Posted / guest

Thru CA7 we can restart the job from the step wherever you
want.First RUNH,JOB=JOBNAME after that XQ,JOB=JOBNAME Give
F in front of the job in the left side after that mention
the step name and put X in front of that left side and hit
enter.

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you code a null statement?

780


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

1952


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

694


Explain the purpose of the dd keylen parameter?

679


how do you access an uncataloged dataset in a jcl?

848






Explain the jcl exec statement?

653


Name what parameter directs the output of the job log dataset?

567


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

780


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

638


What is notcat 2 - gs?

941


What is the significance of addrspc parameter in exec statement?

735


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

704


List the different jcl statements that are not permitted in the procedures?

643


Why include statement is used in a jcl?

691


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

883