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

Explain how can a stopped job be started again?

0 Answers  


Max generations in GDG??

15 Answers   Xansa,


Explain about RECORDING MODE Clause

1 Answers  


Current version of GDG is ID.GDG.FILE.G0001V00. JCL has procedure with 2 steps like below,  What will be the output file name in each step ?  PROC starts      Step 1 has ID.GDG.FILE(+1)      Step2 has  ID.GDG.FILE(+4) PEND Similarly, JCL has 2 steps in 2 separate procedure. What will be the output file names here ?  PROC starts      Step 1 has ID.GDG.FILE(+1) PEND PROC1 starts      Step2 has  ID.GDG.FILE(+4) PEND

2 Answers   FIS,


What is a COND parameter in JCL?

10 Answers   TCS,






Explain how can the attributes of one sms dataset be copied to another dataset?

0 Answers  


If a jcl has just 1 step and the input file to this does not exist, then what will happen if we submit this job?

3 Answers  


What is the difference between primary and secondary allocations for a dataset?

8 Answers  


Explain in DD statement what is the use of DCB parameter?

0 Answers  


write a jcl to execute a job by 7:00 am on jan 20,1986?

0 Answers   IBM,


how can u understand ps and pds from their names ?

1 Answers   TCS,


What is a Generation Data Group (GDG)?

2 Answers  


Categories