On Thu, 6 Mar 2014 21:42:39 -0500, Shmuel Metz (Seymour J.) wrote:
> on 03/06/2014 at 04:20 PM, Paul Gilmartin said:
>
>>So, in Rexx:
>> address TSO "call *(ISRSUPC) 'FILE'"
>
>That will work, but it's overkill. Why not use
>
> address LINK ISRSUPC 'FILE'
>
>instead?
>
Indeed. I was trying not to stray too far from the OP's paradigm.
But what you suggest avoids the TSO prerequisite.
There are:
address LINK
address LINKPGM
address LINKMVS
The last is compatible with JCL "EXEC PGM=...".
The last two are compatible with Assembler CALL macro.
I'd use LINKMVS.
-- gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN