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

Thanks
