Hi,
I've a catalogued proc and a jcl to invoke it.
objective: want to run few steps for some testing purpose.
question:
say, the catalaogued proc has steps - 1,2,3,4,5,6,7. I want to run only step 1 and 2.. rest of the steps should be bypassed. I know that by coding condition code as (0,LE) for step 3,4,5,6,7 can bypass all those steps. but is there some other way to bypass all the steps below step 2, (of course, not by deleting/commenting out the steps . the thing is I should not modify PROC). Why I need to know an alternate method because, I've to find all the step name below step 2 and put the condition code in JCL, which is time consuming. Could anyone please help me in this regard.
Thanks