Re: Issue WTO message using MVS SEND command

2018-06-23 Thread saurabh khandelwal
Hello, Thanks for your input. But I am surprised that I am still unable to see required message on console. I started trace to isolate this and I didnt find any issues but somehow its not working. Netview table code. IF MSGID = 'SVTM052I' THEN EXEC(CMD('FIBREXX')) NETLOG(Y) SYSLOG(Y); In ou

Re: Example of TSO Test call subcommand

2018-06-23 Thread Joseph Reichman
Thanks you are right I think I’m subscribed there > On Jun 22, 2018, at 7:33 PM, Jesse 1 Robinson wrote: > > I'll play Lizette here. There's a TSO-REXX discussion list that you should > consider as well: > > For TSO-REXX subscribe / signoff / archive access instructions, > send email to lis

Re: Issue WTO message using MVS SEND command

2018-06-23 Thread Dale R. Smith
On Sat, 23 Jun 2018 11:16:15 +0300, saurabh khandelwal wrote: >Hello, > >I trigger event and below rexx should have been executed > >/* REXX */ > >parse arg mtxt . mtxt > >WTO.CONSNAME = 'CNDVMSTR' > >WTO.DESC = '01000100'/* WHITE */ > >WTO.DESC = '00100010'/* RED

Re: Issue WTO message using MVS SEND command

2018-06-23 Thread saurabh khandelwal
Hello, I trigger event and below rexx should have been executed /* REXX */ parse arg mtxt . mtxt WTO.CONSNAME = 'CNDVMSTR' WTO.DESC = '01000100'/* WHITE */ WTO.DESC = '00100010'/* RED */ WTO.MCSFLAG = '' WTO.TEXT = 'CONSOLE TEST MSG IS' mtxt WTO. e