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

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?

5 Answers   iGate,


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

0 Answers  


which utility is used to sort a file in jcl?

0 Answers   IBM,


I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?

3 Answers   CTS, DELL,


How to execute only th 15th step of JCL consisting of 50 steps?

12 Answers   Bank Of America,






diff bw vsam and normal flat file?

2 Answers   CGI,


Explain how can values be passed from the job stream to an executable program?

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  


Is acct parameter mandatory?

0 Answers  


How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.

10 Answers   Lehman Brothers,


I have 15 flat files. each record in the files have the monthly salary for 12 months with the employee number. Now I want to concatenate the 15 files such that for the employee numbers that are common the o/p file should have only one record and the salaries should be concatenated to that record. How can we do it with JCL?

1 Answers  


which statement is used to end the in-stream procedure in a jcl?

1 Answers   IBM,


Categories