| Date: | Thu, 24 May 2001 09:27:10 -0700 |
| Reply-To: | ramesh ayyappath <aypath@YAHOO.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | ramesh ayyappath <aypath@YAHOO.COM> |
| Subject: | Proc Cimport - Thanks |
|
| Content-Type: | text/plain; charset=us-ascii |
|---|
Thanks Ravi for your response.
Here is what I used, and it worked.
libname v6data 'S:\---';
libname v5data xport
'M:\aaa\wwbdm\cdms\ct\reference\dictionaries\diction.xpt';
proc copy in=v5data out=v6data;
run;
Ramesh
__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
|