I suppose it's rude to advise OP that the goal is of dubious value. It's not 1978.
We can however state that the goal is not achievable within the scope of the mechanism(s) proposed. Some kind of automation tool is called for. The 'cheapest' would be an RYO WTO exit that changes the message attributes to non-rolling. OTOH if an automation product is already available, it should be easy to accomplish the same result with little coding. . . J.O.Skip Robinson Southern California Edison Company Electric Dragon Team Paddler SHARE MVS Program Co-Manager 323-715-0595 Mobile 626-543-6132 Office ⇐=== NEW [email protected] -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Seymour J Metz Sent: Friday, June 22, 2018 8:42 AM To: [email protected] Subject: (External):Re: Issue WTO message using MVS SEND command 1. The TSO SEND command has very limited control over the WTO; for what you're doing, you should read up on console areas and multi-line WTO, and code a REXX-aware external function in assembler. Or use the support in NetView. 2. You should seriously consider whether a non-scrollable message is an acceptable solution for your application. The operators have enough to do. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 ________________________________________ From: IBM Mainframe Discussion List <[email protected]> on behalf of saurabh khandelwal <[email protected]> Sent: Friday, June 22, 2018 12:31 AM To: [email protected] Subject: Issue WTO message using MVS SEND command Hello Group, /* REXX */ 'PIPE SAFE * | STEM MSG.' TODataset = Word( Msg.3,3 ) mvs "send 'My console name is "TODataset"',CN=CNDVMSTR" exit We used CN operand with send command to send message to operator console and now i receive output as required. But this message is visible in green color which get disappeared as other message comes on console. But, I would like to have these message in white color ( not sure if we can say as WTO), so that until operator intervention, these message will be on console itself. Can you please suggest, how can i achieve this ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
