home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!paladin.american.edu!auvm!LOBBY.TI.COM!RSNYDER
- X-Mailer: ELM [version 2.2 PL16]
- Message-ID: <9207282019.AA27893@ti.com>
- Newsgroups: bit.listserv.sas-l
- Date: Tue, 28 Jul 1992 15:19:12 CDT
- Reply-To: "R. Snyder" <rsnyder@LOBBY.TI.COM>
- Sender: "SAS(r) Discussion" <SAS-L@UGA.BITNET>
- From: "R. Snyder" <rsnyder@LOBBY.TI.COM>
- Subject: Re: supressing macro in log
- Comments: To: HAKOMAKI@vm1.spcs.umn.edu
- Comments: cc: sas-l@uga.cc.uga.edu
- In-Reply-To: <9207281559.AA15019@ti.com>; from "HAKOMAKI@vm1.spcs.umn.edu" at
- Jul 28, 92 10:51 am
- Lines: 14
-
- >
- > I had another suggestion from someone to cut down the amount of SASLOG
- > generated and that was to route the log to a dummy file before invoking SAS
- > (I'm running it on-line, noninteractively) - I can do it on CMS fine, but
- > ned to find out how to do it on Unix and VMS. (You wouldn't happen to know
- > how to do this offhand, would you?)
- >
- You might try this:
-
- sas program.sas -log /dev/null
-
- The log should go to never never land.
-
- Bob Snyder, Texas Instruments, Sherman, TX
-