Date: Tue, 16 Nov 2010 08:47:22 -0600
Reply-To: Joe Matise <snoopy369@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Joe Matise <snoopy369@GMAIL.COM>
Subject: Re: Convert data view to data set
In-Reply-To: <4CE298BE.2070205@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
data test;
set yourview;
run;
will convert it to a dataset nicely :)
-Joe
On Tue, Nov 16, 2010 at 8:44 AM, js8765 <js8765@googlemail.com> wrote:
> Hi there,
>
> I was wondering if there is any way of "converting" a data view into a
> dataset?
>
> I have a number of data views in a folder and would like to "convert"
> all the views into datasets with the same contents in a different folder.
>
> Thanks in advance for any help,
>
> js
>
|