home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / rexx / 652 < prev    next >
Encoding:
Text File  |  1992-07-23  |  1.3 KB  |  31 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!SEA04VM.NAVSEA.NAVY.MIL!COTRSSM
  3. X-Delivery-Notice:  SMTP MAIL FROM does not correspond to sender.
  4. Message-ID: <REXXLIST%92072314145392@UCF1VM.BITNET>
  5. Newsgroups: comp.lang.rexx
  6. Date:         Thu, 23 Jul 1992 14:13:52 EST
  7. Sender:       REXX Programming discussion list <REXXLIST@UGA.BITNET>
  8. From:         "Scott (nmi) Mattes" <COTRSSM@SEA04VM.NAVSEA.NAVY.MIL>
  9. Subject:      Re: Silencing DMT messages and/or others
  10. Comments: To: General REXX Language Discussion List
  11.               <REXXLIST@ucf1vm.cc.ucf.edu>
  12. In-Reply-To:  Message of Wed, 22 Jul 1992 10:55:18 CDT from <MOSWALD@UNMCVM>
  13. Lines: 16
  14.  
  15. On Wed, 22 Jul 1992 10:55:18 CDT Mike Oswald said:
  16. >Is there a way to silence or shut off unwanted RSCS messages after
  17. >issuing a print command?  We are operating under VM/XA and I would
  18. >like to shut these types of messages off.  With other guest systems
  19. >SET CMSTYPE HT seems to work fine.
  20.  
  21.   On later versions of RSCS you can pass parms on the TAG info to tell
  22. it to not send messages.
  23.  
  24.   Below is what you have to set the tag to, I think the columns are
  25. important.
  26.  
  27. GDDMPRT  SYSTEM   50 ( SENTMSG=NO  FINALMSG=NO  ENQMSG=NO  )
  28.  
  29. Scott       | No success can compensate for failure in the home. David O. McKay
  30. Mattes      | President 1951-70, Church of Jesus Christ of Latter-day Saints
  31.