Date: Tue, 25 Jul 2006 16:11:06 +0200
Reply-To: Andre Wielki <wielki@INED.FR>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Andre Wielki <wielki@INED.FR>
Subject: Re: how to convert ver 6 sas datasets to ver 7?
In-Reply-To: <1153835387.992436.195370@s13g2000cwa.googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
ram.sasha@gmail.com a écrit :
> I have some datasets in ver 6 to be converted to ver 7. How do I do
> that?
>
> Thanks
>
>
libname a v6 "...";
libname b v9 or v8 "..."; * v7 are you sure?;
proc copy inlib=a outlib=b ;run;
--
Andre Wielki
INED (Institut National d'Etudes Démographiques)
133 Boulevard Davout 75980 Paris Cedex 20
33 (0) 1 56 06 21 54 FRANCE
|