On Mon, 30 Nov 2020, at 23:21, Steve Horein wrote: > This guy gets it - "TOKEN" is useful, so long as the vendor doesn't change > the message layout.
You say that, but wait until someone runs a job whose name includes any of those volser values, and needs some other volume mounted. Running a rexx exec is an overhead, but it can do more sophisticated checks of what's being asked for. > On Mon, Nov 30, 2020 at 11:47 AM Cieri, Anthony < > [email protected]> wrote: > > > You could try something like this: > > > > IF (LABEL:IEF455D) MSGID = 'IEF455D' & TEXT(1) = REPLYID . > > & (TEXT = .'SP5145'. | TEXT = .'SP5146'. | TEXT = .'SP5147'. | > > TEXT = .'SP5149'.) > > THEN EXEC(CMD('MVS REPLY ' REPLYID ',NO') > > ROUTE(ONE AUTO1)) NETLOG(Y); > > > > With everything coded in the MAT, there is no need for a rexx!!! -- Jeremy Nicoll - my opinions are my own. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
