View previous topic :: View next topic |
Author |
Message |
Frankjiang Beginner
Joined: 10 Jan 2004 Posts: 17 Topics: 10 Location: england
|
Posted: Sun Feb 01, 2004 1:10 pm Post subject: Can execute a PROC from another PROC? |
|
|
Can you execute a PROC from another PROC?
Thanks _________________ franklin |
|
Back to top |
|
 |
Mervyn Moderator

Joined: 02 Dec 2002 Posts: 415 Topics: 6 Location: Hove, England
|
|
Back to top |
|
 |
Anovice Beginner
Joined: 18 Feb 2004 Posts: 12 Topics: 2
|
Posted: Wed Feb 18, 2004 11:54 pm Post subject: |
|
|
As Mervyn has put it - upto 15 levels of nesting is allowed.
But it would be a nightmare when a proc has too many nestings particularly when we have ddname overrides in a JCL. One has to code all the proc stepnames (such as //PSTEP10.P1STEP10.P2STEP10...) for the ddname override. Also it may become quite complex when we have to use condition codes. I would not prefer nested procs. At present Iam unable to think of other situations where it would lead to complications. |
|
Back to top |
|
 |
|
|