i have 10 steps in my jcl.
-->if i want to execute my program from 5th step what i
have to do? don't give //* in ur previous steps
--> if i want to execute my program from 1to 5 steps only
what i have to do?

Answers were Sorted based on User's Feedback



i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do?..

Answer / ch.mahendra babu

by using restart parameter like
restart=step5

so execution process will be starts from 5th step.

Is This Answer Correct ?    19 Yes 2 No

i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do?..

Answer / lakshmisudha

if u want execute from step5 on words u can code in jobcard
like restart=step5 (or) use COND Parameter (or)Using IEBEDIT
utility u can execute particular steps what ever u want(like
randomly also u can execute )

Is This Answer Correct ?    8 Yes 2 No

Post New Answer

More JCL Interview Questions

In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?

1 Answers  


what is DSN in JCL and what are the parameters to declare the DSN?

0 Answers  


01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250

1 Answers  


What is the parameter to be passed in the job card for the unlimited time , irrespective of the job class ?

2 Answers   IBM,


How to read records in reverse order in flat file?

1 Answers  


What is GDG?

1 Answers  


what is the purpose of coding class parameter in job statement?

0 Answers   IBM,


Explain the jcl exec statement?

0 Answers  


i have step1,step2,step3 from where can i start coding cond parameter ?

2 Answers   Verizon,


1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?

11 Answers  


How to Enter The Spool Area In Real Time?

7 Answers   IBM,


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

0 Answers  


Categories