On Sun, 21 Jan 2018 09:48:22 -0600, Paul Gilmartin wrote:
>> 
>I've used LINKMVS lots, but in plain Rexx, not SysRexx.  I'd use:
>
>    wait_value = 120
>    address LINKMVS "JOBZWAIT" "wait_value"
>
>The first argument is the name of the program.  Additional arguments are
>*names* of Rexx variables containing parameter values.
>
I stand corrected.  In working code I have:
    address 'ATTCHMVS' 'IEBGENER PARM1 PARM2'
(... but concatenation by abutment makes that equivalent.)

So, the OP seems correct.  Does SysRexx support LINKMVS?  Is the needed
object in LNKLIST (or TASKLIB/STEPLIB)?  What happens with:
    address LINKMVS "IEFBR14"?

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to