If you call PGM=MPFZWAIT in batch, why are you attempting to LINKMVS to program JOBZWAIT?
On Sat, Jan 20, 2018 at 7:34 PM, Tony Thigpen <[email protected]> wrote: > I am trying to get a SysRexx command to wait between several steps. I am > using the TSO=YES option on the AXREXX macro. The wait program is in the > LLA and does work. In batch, the program is used as: > > //WAIT1 EXEC PGM=MPFZWAIT,PARM='120' > //SYSUDUMP DD SYSOUT=* > //* > > When I try to call it from a SysRexx program, it fails: > > 22 *-* wait_value = 120 > >L> "120" > 23 *-* address LINKMVS "JOBZWAIT wait_value" > >L> "JOBZWAIT wait_value" > +++ RC(-3) +++ > > While I write a lot of Rexx on VM, my expereance with Rexx on z/OS is > minimal, so I might be doing something really stupid. > > Thoughts? > > -- > Tony Thigpen > > ---------------------------------------------------------------------- > 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
