I am having one step in my jcl.in that step,i am calling one
proc.In that proc,i have 10 steps.i want to call a particular
step in that proc without writing any new jcl ike iebedit
utility...

Answers were Sorted based on User's Feedback



I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i w..

Answer / guest

1)Please use the Restart parameter in the job card (for
example Restart=jobstep.procstep)

Is This Answer Correct ?    4 Yes 0 No

I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i w..

Answer / venkat ramana

IN THIS CASE, CODE THE CONDITION PARAMETER ON THE JOB
STATEMENT IN SUCH A WAY THAT IT WILL BYPASS ALL THE STEPS
IN THAT JOB.
COND = (0,LE)

AND FOR WHAT EVER THE STEP YOU WANT EXECUTE, WRITE THE
BELOW COND PARAMETER

COND.STEPNAME (NAME OF THE STEP YOU WANT TO EXECUTE) =
(0,GT)

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More JCL Interview Questions

Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?

6 Answers  


can we bowse or edit the GDG dataset if it is a tape entry?

4 Answers  


i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl

1 Answers  


Explain about ISPFTTRC

1 Answers  


how can the same proc be re-used and called by many jobs?

0 Answers   IBM,






How to get cursor position from system in CICS environment ?

8 Answers  


how to create gdg with out using idcams utility

8 Answers   DSRC,


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

0 Answers  


How to submit jcl through a cobol program?

0 Answers  


i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb

2 Answers  


i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you

3 Answers   L&T, Wipro,


Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?

13 Answers   CGI, DSRC, IBM,


Categories