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 (February 2010, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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.
Comments: To: sas-l@uga.edu
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.


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