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 (May 2001, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments:   cc: prasad.ravi@pfizer.com
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/


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