Restarting within a Proc
Question: Is it possible to use restart parameter in proc's. Suppose if I use 5 instream procs in one job,then I want to restart from the 3rd proc. How can I?
Anonymous
Answer: If the third proc is coded:
//proc3 exec thrdproc
and the first step within that proc is coded:
//step1 exec pgm=prog1
then to restart from that program you would change the job statement to specify
restart=proc3.step1
If prog1 has been taking checkpoints and you want to start from a specific checkpoint then you add that to the end of the restart parameter as well.
Related Articles
- Compiling and Debugging a CICS Program
- The ISPF Find Command
- Creating a Job from a Program
- Database Normalization
- Numeric Formats
Copyright © Felgall Pty Ltd



