I tried posting my message in netview group but I think its not active much.
I designed solution like below. Message to be trapped from syslog is ... * FDNBT.DATA.VPLUS.SDPAT17.G1678V00* *OUR SYSLOG VIEW* ---6----+----7----+----8----+----9----+----0----+----1----+----2----+ IGD104I FDNBT.DATA.VPLUS.SDPAT17.G1678V00 RETAINED, DDNAME=NDM00222 SVTM052I FROM E2CP.AZD601P2.ATI7.NBK.PS <http://e2cp.azd601p2.ati7.nbk.ps/>.G3104V00 * SVTM052I TO FDNBT.DATA.VPLUS.SDPAT17.G1678V00* SVTM052I COMPLETED 00000000/SCPA000I - -----TIMINGS (MINS.)------ In netview table, i wrote below code. IF MSGID = 'SVTM052I' & TEXT = .'TO'. & TEXT = MTXT THEN EXEC(CMD('FIBREXX 'MTXT)) NETLOG(Y) SYSLOG(Y); and the REXX i am calling from CNMCLST is FIBREXX as below. /* REXX */ parse arg mtxt . mtxt say 'FIB DATASET NAME IS' mtxt mvs "send 'FIB DATASET NAME IS "mtxt"',user=(TS54),LOGON" exit But unfortunately, above solution is not working for me. I even unable to trap this SVTM052I message id in netview and then submit this rexx to operator. Can you please help to identify the issue. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
