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
|