|
|
| 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 |
|
 |
References
|
Posted: Wed Feb 04, 2004 4:37 pm Post subject: Re: Question on Input data streams in procs |
 |
|
|
 |
mcmillan
Site Admin
Joined: 18 May 2003 Posts: 883 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: 883 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 |
|
 |
|
|