View previous topic :: View next topic
|
Author |
Message |
vinayak
New User
Joined: 30 Jan 2004 Posts: 3
|
|
|
|
In procedures we can not use Input data streams. Is there any possiblities to overcome this. |
|
Back to top |
|
|
mcmillan
Site Admin
Joined: 18 May 2003 Posts: 1210 Location: India
|
|
|
|
Yes, You can override SYSIN statement (which cannot be includable in procedures) in the called program as
STEPA EXEC PROC=XXXX
STEPNAME.SYSIN DD * |
|
Back to top |
|
|
mcmillan
Site Admin
Joined: 18 May 2003 Posts: 1210 Location: India
|
|
|
|
Yes, You can override SYSIN statement (which cannot be includable in procedures) in the called program as
STEPA EXEC PROC=XXXX
STEPNAME.SYSIN DD * |
|
Back to top |
|
|
|