tso and console send commad syntax is different. ITschak
בתאריך שבת, 9 ביוני 2018, 16:39, מאת Bill Godfrey <[email protected]>: > According to the Knowledge Center link that was given, user(AG54) should > be user=(AG54). > > Bill > > On Sat, 9 Jun 2018 07:27:19 +0300, saurabh khandelwal wrote: > > >Hello, > > > >Thanks for reply. > > > >below command doesn't work. After changing > > > >mvs "send 'AG54LST JOB "mtxt"' user(AG54) now" > > > >to > > > >mvs "send 'AG54LST JOB "mtxt"',user(AG54),now" > > > >I stopped getting any notification as i was getting on any system. > > > >Is there any other syntax for this command . > > > > > >here mtxt is notthing but a tapped message from syslog , we tried to > >capture using netview and we should like to display it to particular tso > >user when even triger. > > > >but instead , it was displaying it to all users. I am unable to find > >correct way to isolate this issue. > > > >On Fri, Jun 8, 2018 at 1:52 PM, Elardus Engelbrecht wrote: > > > >> saurabh khandelwal wrote: > >> > >> >000120 parse arg mtxt . mtxt > >> > >> How long is that mtxt? If it is too long, the rest of the message > command > >> will be trimmed off. > >> > >> > >> >000500 mvs "send 'AG54LST JOB "mtxt"' user(AG54) now" > >> > >> Change above to this (replacing two spaces with two commas): > >> > >> mvs "send 'AG54LST JOB "mtxt"',user(AG54),now" > >> > >> Look up SEND for specific message receivers in > >> > >> https://www.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/ > >> com.ibm.zos.v2r2.ieag100/s1mess1.htm > >> > >> > >> Disclaimer - I am not a NETVIEW expert anymore... > >> > >> So, you, not me, need to double check all those ' and " are properly > >> balanced. > >> > > ---------------------------------------------------------------------- > 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
