Date: Thu, 24 Dec 1998 18:41:18 -0800
Reply-To: amichiel@aa.net
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: "A.J. Michielsen" <amichiel@AA.NET>
Organization: Ex Eq Vineyards
Subject: Re: Qstn: Proc Tabulate
Content-Type: text/plain; charset=us-ascii
Totally Yuck. But, you do what you have to do, and I've done similiar.
You might also try the (automatic) variable (is that right??) _all_.
I've done similiar in proc summary... var _all_ ;
Cheers,
al
Joe wrote:
> ...using a DATA _NULL_ step to generate a text string and then a call
> symput to create a macro to pass into the PROC....
> > I want to tabulate statistics for a series of array variables...
> > proc tabulate data=one format = 6.2;
> > class snftype;
> > var TFRCC1-TFRCC12;
> > tables snftype, TFRCC1*mean TFRCC2*mean TFRCC3*mean TFRCC4*mean...
> >... Is there a
> > shortcut? I was hoping for something like "tables (TFRCC1-TFRCC12)*mean"
(this
|