No, with LINKMVS you pass variable names for the parameters, not the actual parameters.
-- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 ________________________________________ From: IBM Mainframe Discussion List <[email protected]> on behalf of Paul Gilmartin <[email protected]> Sent: Sunday, January 21, 2018 4:41 PM To: [email protected] Subject: Re: SysRexx and WAIT program not working On Sun, 21 Jan 2018 08:29:26 -0500, Don Poitras wrote: >And you were correct when you first wrote it. You want "JOBZWAIT 120", >not "JOBZWAIT wait_value". It looks as though LINKMVS isn't available >in your environment. > I think not. 'address LINK "JOBZWAIT 120"' is correct, but not 'address LINKMVS "JOBZWAIT 120"'. The OP correctly coded: >> >> 22 *-* wait_value = 120 >> >> 23 *-* address LINKMVS "JOBZWAIT wait_value" ... and Rexx echoes the command as: >> >> >L> "JOBZWAIT wait_value" The question of MPFZWAIT versus JOBZWAIT remains unanswered. -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
