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 (August 1999, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 24 Aug 1999 20:13:32 GMT
Reply-To:     Kattamuri.Sarma@RESPONSEINSURANCE.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Kattamuri.Sarma@RESPONSEINSURANCE.COM
Subject:      Proc report question .. compared to PROC TABULATE
Content-type: text/plain; charset=us-ascii

When you use proc tabulate you can produce a number of tables by including statements. The following pseudo code produces two tables using one PROC TABULATE staatement. Proc tabulate data=xxx ; var

table ; ;;;;;;;;; table

etc.. run;

The above code produces a number of tables, and only one proc tabulate statement is used. Can we do a similar thing with PROC REPORT ? MANY TABLES UNDER ONE PROC REPORT STATMENT. The examples given in technical report p-258, and Ray Pass's paper deal are excellent, but they deal with only table... I would like to produce multiple tables with one PROC STATEMENT.. Any help will be appreciated.

TIA Kattmuri Sarma


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