LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (May 1999, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 4 May 1999 00:51:25 -0500
Reply-To:     "Christopher R. Bilder" <bilder@stat.ksu.edu>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         "Christopher R. Bilder" <bilder@STAT.KSU.EDU>
Subject:      Re: No .log file
Content-Type: text/plain; charset="iso-8859-1"

Thanks to Nancy Brucken and Shiling Zhang for providing an answer to my question. To suppress SAS (on a UNIX operating system in batch mode) from creating a log file, use the following:

sas -log /dev/null filename.sas

Chris Bilder

-----Original Message----- From: Christopher R. Bilder <bilder@STAT.KSU.EDU> Date: Monday, May 03, 1999 4:21 PM Subject: No .log file

>Does anyone know how to suppress SAS (on a UNIX operating system) from >creating a log file? I have tried: > >sas -log nolog filename.sas > >and > >sas -nolog filename.sas > >when I run a program in batch mode, but neither of them work. > > > > >Thanks, > >Chris Bilder > > > >Christopher R. Bilder >Kansas State University >Department of Statistics >Dickens Hall >Manhattan, KS 66506 >Office: (785) 532-0527 >Fax: (785) 532-7736 >Homepage: www-personal.ksu.edu/~bilder >STAT 351 Homepage: www.ksu.edu/stats/tch/bilder/s351 > >GO BIG RED! > > >Education is not preparation for life, education is life itself. >- John Dewey >


Back to: Top of message | Previous page | Main SAS-L page