Date: Tue, 25 Aug 2009 16:29:51 -0700
Reply-To: BruceBrad <b.bradbury@UNSW.EDU.AU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: BruceBrad <b.bradbury@UNSW.EDU.AU>
Organization: http://groups.google.com
Subject: Re: How to change the location of temporary files folder of SAS
Content-Type: text/plain; charset=ISO-8859-1
> My temp folder address is like this:
>
> /* Setup the default SAS System user work folder */
> -WORK "!TEMP\SAS Temporary Files"
>
!TEMP is the operating system environment variable TEMP. In Windows,
you can see what folder this points to is by entering 'set' at the
command prompt. In Vista you change this from system properties/
advanced/environment variables. In XP I think you get to it via
properties on 'my computer'.
|