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

Answers were Sorted based on User's Feedback



Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL..

Answer / ram.g

you can use iebedit utility

eg:
//xxxxx job ( ) .....
//step001 exec pgm=iebedit
//sysprint dd sysout=*
//sysut1 dd dsn= your.dsname,disp=shr
//sysut2 dd sysout=(*,intrdr)
//sysin dd *
edit type =include,stepname=your stepname
/*

Is This Answer Correct ?    6 Yes 1 No

Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL..

Answer / sravanthi

Yeah, We can give RESTART=PROCNAME.STEPNAME the job card of
the main jcl. And inorder that no other steps run after the
3rd step, specify //(null statement) in the JCL to stop the
execution of other steps in the PROC

Is This Answer Correct ?    7 Yes 4 No

Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL..

Answer / udhay

We can give RESTART=PROCNAME.STEPNAME the job card of the
main jcl

Is This Answer Correct ?    4 Yes 4 No

Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL..

Answer / 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

More JCL Interview Questions

How to see the COMP3 value(packd decimal)

2 Answers   iGate,


Explain about REXX

1 Answers  


In job processing, what happens in execution stage?

0 Answers  


I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?

5 Answers   Xansa,


what is the Difference between SYSIN and PARM ?

5 Answers   IBM,






Can we delete the data using IEFBR14 , IEBGENER??

5 Answers   Kanbay,


What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?

1 Answers  


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

0 Answers   IBM,


What is the use of disp parameter?

0 Answers  


Hi Please try to be to-the-point. 1) How to INCLUDE a JCL segment in a JOB ? (A Small example) 2) What is SPOOL and what is SPOOL FULL ? and how to direct the output of a Jobstep to SPOOL ?

3 Answers   IBM,


What is a JCL Command statement ?

1 Answers   IBM,


What is the purpose of the PARM keyword in the EXEC statement?

3 Answers  


Categories