In My job I have 15 procs.and in each proc i have 3 steps.
i want to execute 3 step in proc 10.is it possible?
if possible how?

Answers were Sorted based on User's Feedback



In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is..

Answer / mainframe moddu

Restart=proc10.step3

Is This Answer Correct ?    15 Yes 1 No

In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is..

Answer / madhavi chava

yes u can run the 3rd step of 10th proc by coding

exec=procstepname.stepname

procstepname is the step name where the 10th proc is used
and stepname is 3.

Is This Answer Correct ?    8 Yes 3 No

Post New Answer

More JCL Interview Questions

Why include statement is used in a jcl?

0 Answers  


what is XSUM in some fields= none, xsum ??

7 Answers   Xansa,


Describe the EXEC statement, its meaning, syntax and keywords?

2 Answers  


How is a type of file defined in the jcl that executes the cobol program?

0 Answers  


what's the significance of freespace(0 0) and freespace(100 100)

3 Answers  






do we need to mention the location of catalogued procedure for each it's call in a single job?

1 Answers  


In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step

1 Answers  


How to change default PROCLIB?

1 Answers  


how do u define a file in cobol and jcl ?

2 Answers   TCS,


Explain about Cobol Subroutines

1 Answers  


How can we execute only one step in a job

22 Answers   MAHINDRA, Mind Tree, Tech Mahindra,


In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd . Where do you generate the date ??in cobol or JCL ??

2 Answers   CSC,


Categories