Date: Tue, 2 Dec 2003 12:55:14 -0500
Reply-To: "DePuy, Venita" <depuy001@DCRI.DUKE.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "DePuy, Venita" <depuy001@DCRI.DUKE.EDU>
Subject: Re: turning off Trace files?
Content-Type: text/plain
ods trace off;
at the top of the program should suffice for the trace option.
I think having datasets created elsewhere will involve manual code changes .
. a libname statement and renaming all the data file code.
ie libname datafile 'G:\SASfiles';
data datafile.filename;
set oldfile, etc. . ..
will save the "filename" data to your G drive.
HTH,
-Venita
> ----------
> From: Ixnay[SMTP:mscgloss@YAHOO.COM]
> Reply To: Ixnay
> Sent: Tuesday, December 02, 2003 12:35 PM
> To: SAS-L@LISTSERV.UGA.EDU
> Subject: turning off Trace files?
>
> Hello All,
>
> I just inherited a box from an employee who left our company. It
> seems that whenever I run a SAS job on his computer, the application
> creates trace files and SAS datasets on his hard drive, which takes up
> enormous amounts of space. Anyone know how to universally turn these
> features off? I don't see anywhere in his scripts where he explicitly
> calls these features, so I am assuming it is in a config file
> somewhere......?
>
> Thanks!!!!
>
> Mike
>
|