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

in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?

3 Answers   Patni,


Why we will create load module in PDS only, Why nt in PS?

2 Answers   TCS,


When will we need to specify Space parameter ?

3 Answers   Wipro,


Explain the function of job statement in jcl?

0 Answers  


I have Job A and Job B. I want to trigger Job B from Job A. Please advise.

2 Answers   Wipro,






what is A-MODE and R-MODE?

2 Answers  


What is primary allocation for a dataset?

4 Answers  


How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01

2 Answers  


What u mean by include statement in JCL ?

3 Answers  


What parameter directs the output of the job log dataset?

0 Answers  


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

0 Answers   IBM,


What does a disposition of (MOD,DELETE,DELETE) mean ?

0 Answers  


Categories