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 (October 2006, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 6 Oct 2006 08:21:29 +0100
Reply-To:   Jim Groeneveld <jim2stat@YAHOO.CO.UK>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Jim Groeneveld <jim2stat@YAHOO.CO.UK>
Subject:   Re: A Format catalog question
Comments:   To: Yun Bai <yun.bai@AMMD.COM>
In-Reply-To:   <200610051852.k95I6qXS000838@mailgw.cc.uga.edu>
Content-Type:   text/plain; charset=iso-8859-1

Hi Yun,

Difficult to say not knowing your data, not knowing what you would want and not knowing what is totally wrong. Send some example data, a data step with inline data, to SAS-L, and add an example of a table you would want (with matching figures). That is the way to make your Q concrete to SAS-L-ers and to expect an appropriate answer. Do not send your Q to any SAS-L-er privately.

Regards - Jim. -- Jim Groeneveld, Netherlands Statistician, SAS consultant home.hccnet.nl/jim.groeneveld

My computer remains home while I will attend PhUSE 2006 in Dublin.

Yun Bai <yun.bai@AMMD.COM> wrote: I was a little bit confused when I use proc tabulate. I just wondering which one I should set as class and which one I should set as var?

Here is my code:

proc tabulate data=otpt style=[background=white]; class cat1 cat2; class result / style=[just=center]; classlev cat1 / style= [just=left]; classlev cat2 / style=[just=left]; table cat1=''*(cat2='') * [style= ], result/ box=[label='Subjects Characteristics' style=[font_size=3]]; format cat1 fct.; run;

But the result is totally wrong. Please help me figure out where is wrong?

Thanks all

Yun

--------------------------------- All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease of use." - PC Magazine


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