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
>
|