home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / bit / listserv / sasl / 3454 < prev    next >
Encoding:
Text File  |  1992-07-28  |  1.1 KB  |  31 lines

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