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 2002, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 18 Feb 2002 09:37:46 -0800
Reply-To:   ckaceres@YAHOO.COM
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Carlos Caceres <ckaceres@YAHOO.COM>
Subject:   Ods in Crosstabs?
Content-Type:   text/plain; charset=us-ascii

Hi:

A question regarding ods(I guess!!):

Suppose two categorical variables A, B with labels 'LabelA', 'LabelB'.

If I run:

proc freq; table A*B; run;

I obtain:

The FREQ Procedure Table of A by B A(LabelA) B(LabelB) ...

How can I change the third line to appears without variable names?:

LabelA LabelB or (LabelA) (LabelB)

Thanks a lot,

CarlosA

__________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com


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