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

  1. Newsgroups: comp.lang.rexx
  2. Path: sparky!uunet!cs.utexas.edu!asuvax!ncar!csn!stortek!LSTC2VM.stortek.com!MCMASTER
  3. From: MCMASTER@LSTC2VM.stortek.com
  4. Subject: Re: Silencing DMT messages and/or others
  5. Message-ID: <1682DA540.MCMASTER@LSTC2VM.stortek.com>
  6. Sender: usenet@stortek.com
  7. Nntp-Posting-Host: lstc2vm.stortek.com
  8. Organization: StorageTek SW Engineering
  9. References:  <REXXLIST%92072211593588@UGA.CC.UGA.EDU>
  10. Date: Thu, 23 Jul 1992 17:45:02 GMT
  11. Lines: 18
  12.  
  13. In article <REXXLIST%92072211593588@UGA.CC.UGA.EDU>
  14. Mike Oswald <MOSWALD@UNMCVM.BITNET> writes:
  15.  
  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. >Thanks.
  22.  
  23. This is not a REXX question and should not really be here, but...
  24.  
  25. SET CMSTYPE only controls output from CMS programs, not from CP.  RSCS
  26. messages are issued via CP MESSAGE, so CMSTYPE cannot trap them.  You
  27. need to issue CP SET MESSAGE OFF to do what you want.  Note:  This will
  28. stop *all* CP messages from reaching you, not just those from RSCS.
  29.  
  30. Jim McMaster
  31.