HI,

Check that your MPFLSTnn parmlib member is set to send the messages to Netview 
and also confirm that this is really the message to trap and not the IGD104I 
instead.

Look in the Netview log to see if your messages are there and see if Netview is 
reacting to their presence.

thanks,

Simon Wheeler



-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of saurabh khandelwal
Sent: 10 June 2018 19:52
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [EXTERNAL] Netview Automation Table Code

WARNING: this email has originated from outside of the SSE Group. Please treat 
any links or attachments with caution.

**********************************************************************
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
<https://urldefense.proofpoint.com/v2/url?u=http-3A__e2cp.azd601p2.ati7.nbk.ps_&d=DwIBaQ&c=fXqKLe8hYaTUGdMO87BomA&r=N8X6WUEdDcmMkF942cLcZpTmK1om3UZ98XkAPjjFZFA&m=6U2V8RlcOKJtozrC-vHpWDOZ1bcuV9WKPwXOquy2Jts&s=ZsPldNac0xtoHcHjrmO4G6LqR73Og2Jj5ndVDZ3WkVg&e=>.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 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

******************************************************************
SSE and associated brands: Southern Electric, Scottish Hydro, SWALEC and 
Atlantic are all trading names of SSE Electricity Limited registered in England 
and Wales number 04094263 (supply of electricity and Feed-In Tariffs); Southern 
Electric Gas Limited registered in England and Wales number 02716495 (supply of 
gas); SSE Retail Telecoms Limited registered in England and Wales number 
10086511 (supply of home phone and broadband); SSE Home Services Limited 
registered in Scotland number SC292102 (boiler and heating repair, servicing, 
cover, boiler Installations and electrical wiring cover); SSE Energy Solutions 
Limited registered in Scotland number SC386054 (energy efficiency installations 
and insulation products). All members of the SSE Group. The registered office 
of SSE Electricity Limited, Southern Electric Gas Limited and SSE Retail 
Telecoms Limited is No. 1 Forbury Place, 43 Forbury Road, Reading, RG1 3JH. The 
registered office of SSE Home Services Limited and SSE Energy Solutions Limited 
is Inveralmond House, 200 Dunkeld Road, Perth, PH1 3AQ. SSE Electricity Limited 
is an appointed representative of SSE Home Services Limited. SSE Home Services 
Limited is authorised and regulated by the Financial Conduct Authority (FCA) 
under reference number 695476. You can check this on the Financial Services 
Register by visiting the FCA website.
******************************************************************


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to