Thom Stone wrote:
> Hello,
> I'm calling an assembler program from a rexx environment other than
> normally discussed in this newsgroup. It is Netview. I can get my program
> to work from TSO, but I need to run it from Netview and it fails there.
> <snip>
One Hand Clapping wrote in message <36AFE0E6...@cyberramp.net>...
>First of all, running the asvt and decoding the asid are do-able using rexx
>alone (I can give you a Display Active exec that does this if you need
it.... I
>think it has also been posted to the SHARE mods tape as well). But to
answer
>your question, Netview is not a TSO environment, and you will probably need
to
>use ADDRESS LINKMVS to invoke your program. The program will need to be
placed
>in the steplib, joblib, lpa, or linklist. Rexx variables and return codes
are
>handled correctly.
>
One Hand Clapping wrote in message <36AFE0E6...@cyberramp.net>...
>First of all, running the asvt and decoding the asid are do-able using rexx
>alone (I can give you a Display Active exec that does this if you need
it.... I
>think it has also been posted to the SHARE mods tape as well). But to
answer
>your question, Netview is not a TSO environment, and you will probably need
to
>use ADDRESS LINKMVS to invoke your program. The program will need to be
placed
>in the steplib, joblib, lpa, or linklist. Rexx variables and return codes
are
>handled correctly.
>
>Thom Stone wrote:
>
>> Hello,
>> I'm calling an assembler program from a rexx environment other than
>> normally discussed in this newsgroup.
...........SNIP.............
>> tss...@usa.net
>> ts6...@deere.com
>