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 (August 2009, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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'.


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