View previous topic :: View next topic |
Author |
Message |
shekar123 Advanced
Joined: 22 Jul 2005 Posts: 528 Topics: 90 Location: Bangalore India
|
Posted: Tue Apr 04, 2006 3:11 pm Post subject: need to write abend / restart instructions for a JCL |
|
|
Hai All,
I am basically interested in writing restart instructions for a JCL which is having a single step and is calling a PROC and in the PROC there are 5 steps to execute.How can i achieve that ? I understand that any JCL needs to have standard Abend / Restart Instructions.
Code: |
//PROCLIB JCLLIB ORDER=SHEKAR.TEST.PROCLIB
//STEP0100 EXEC PROGA
// LRECL='80'
|
_________________ Shekar
Grow Technically |
|
Back to top |
|
 |
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Tue Apr 04, 2006 3:20 pm Post subject: |
|
|
Are there other, existing instructions you could use as a model? I imagine that each site has a specific format they prefer. _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity. |
|
Back to top |
|
 |
|
|