Date: Wed, 3 Feb 2010 23:19:44 -0800
Reply-To: Emil <remilah@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Emil <remilah@GMAIL.COM>
Organization: http://groups.google.com
Subject: Re: How can I do data-set from proc tabulate table.
Content-Type: text/plain; charset=ISO-8859-1
On 3 Lut, 19:12, jonas.bile...@CHASE.COM (Jonas Bilenas) wrote:
> You can also use ODS OUTPUT:
>
> ods output table=data_set_name;
> PROC TABULATE code;
> run;
> ods output close;
>
> I have not compared the 2 methods (ODS and the OUTPUT statement).
>
> Jonas Bilenas
>
> On Wed, 3 Feb 2010 06:00:51 -0800, Sierra Information Services
>
> <sfbay0...@AOL.COM> wrote:
> >On Feb 3, 8:43 am, Emil <remi...@gmail.com> wrote:
> >> let's say I create a table in proc tabulate procedure ...and how can I
> >> save it (this table i made) as data-set.
>
> >Use the OUT=data_set_name option in the PROC TABULATE statement.
>
> >Andrew Karp
> >Sierra Information Services
> >www.SierraInformation.com
thanks but the results of the ODS does not look like the table created
in the tabulate process and this is what I expected.
|