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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

what is DSN in JCL and what are the parameters to declare the DSN?

726


What is the purpose of dd?

728


what is the purpose of coding class parameter in job statement?

726


How jcl work to handle various input output file operations?

660


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

824






what is a jcl?

693


when can a job time-out occur? How to overcome that?

753


What is Cataloged Procedures?

715


what is the resolution for sb37 error

7721


define cond parameter in jcl?

779


What happens if both JOBLIB & STEPLIB is specified ?

616


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

713


What are steplib and joblib?

725


Is automatic restart possible in jcl? If yes, how?

661


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1487