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
|