View previous topic :: View next topic
|
Author |
Message |
jzhardy
Active User
Joined: 31 Oct 2006 Posts: 139 Location: brisbane
|
|
|
|
I have a piece of JCL that calls PROG1, passing in parameters from instream SYSIN.
PROG1 reads from SYSIN, and calls PROG2, but *doesn't* pass the parameters to PROG2
Is PROG2 able to access SYSIN from the JCL ? Note that PROG1 can't be changed, and doesn't pass them in the linkage to PROG2. |
|
Back to top |
|
|
prino
Senior Member
Joined: 07 Feb 2009 Posts: 1316 Location: Vilnius, Lithuania
|
|
|
|
jzhardy wrote: |
I have a piece of JCL that calls PROG1, passing in parameters from instream SYSIN.
PROG1 reads from SYSIN, and calls PROG2, but *doesn't* pass the parameters to PROG2
Is PROG2 able to access SYSIN from the JCL ? Note that PROG1 can't be changed, and doesn't pass them in the linkage to PROG2. |
How long would it have taken to actually try this with two little test programs? |
|
Back to top |
|
|
|