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.

Groete / Greetings
Elardus Engelbrecht

----------------------------------------------------------------------
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