home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.rexx
- Path: sparky!uunet!cs.utexas.edu!asuvax!ncar!csn!stortek!LSTC2VM.stortek.com!MCMASTER
- From: MCMASTER@LSTC2VM.stortek.com
- Subject: Re: Silencing DMT messages and/or others
- Message-ID: <1682DA540.MCMASTER@LSTC2VM.stortek.com>
- Sender: usenet@stortek.com
- Nntp-Posting-Host: lstc2vm.stortek.com
- Organization: StorageTek SW Engineering
- References: <REXXLIST%92072211593588@UGA.CC.UGA.EDU>
- Date: Thu, 23 Jul 1992 17:45:02 GMT
- Lines: 18
-
- In article <REXXLIST%92072211593588@UGA.CC.UGA.EDU>
- Mike Oswald <MOSWALD@UNMCVM.BITNET> writes:
-
- >Is there a way to silence or shut off unwanted RSCS messages after
- >issuing a print command? We are operating under VM/XA and I would
- >like to shut these types of messages off. With other guest systems
- >SET CMSTYPE HT seems to work fine.
- >
- >Thanks.
-
- This is not a REXX question and should not really be here, but...
-
- SET CMSTYPE only controls output from CMS programs, not from CP. RSCS
- messages are issued via CP MESSAGE, so CMSTYPE cannot trap them. You
- need to issue CP SET MESSAGE OFF to do what you want. Note: This will
- stop *all* CP messages from reaching you, not just those from RSCS.
-
- Jim McMaster
-