LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (March 2012, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 27 Mar 2012 12:43:26 +0000
Reply-To:     "Fehd, Ronald J. (CDC/OCOO/ITSO)" <rjf2@CDC.GOV>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Fehd, Ronald J. (CDC/OCOO/ITSO)" <rjf2@CDC.GOV>
Subject:      Re: Is it possible to chang work lib with options statement?
In-Reply-To:  <201203262153.q2QJghOB005358@waikiki.cc.uga.edu>
Content-Type: text/plain; charset="us-ascii"

> From: Ya Huang > Sent: Monday, March 26, 2012 5:53 PM > To: SAS-L@LISTSERV.UGA.EDU > Cc: Ya Huang > Subject: Is it possible to chang work lib with options statement? > > Hi there, > > As far as I know, we can change the work folder by editing the config file or > add options in the command line when invoking sas. I wonder if it can be > done when SAS session is up by changing the options statement. > > Thanks > > Ya

This is a work-around:

libname LibWork (Work);*uses default SAS-assigned work folder;

or libname LibWork '<My Work Folder>';

DATA LibWork.etc;

Ron Fehd work one-round maven


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