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 1996, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 8 Aug 1996 15:41:36 -0400
Reply-To:   Robert Abelson <ROBERTA@OTSUKA.OAPI.COM>
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   Robert Abelson <ROBERTA@OTSUKA.OAPI.COM>
Subject:   Proc Tabulate -Reply
Comments:   To: Kevin-Spratt@UIOWA.EDU

>>> Kevin F. Spratt <Kevin-Spratt@UIOWA.EDU> 08/08/96 02:23pm >>> I am running SAS 6.11 under OS/2.

I am having a problem with proc tabulate. A sample table specification is below:

Table q, a*b,c*(N*f=3.);

My problem is that all possible combinations of a*b may not occur at each level of q. Thus, a table might look like this:

q a b c1 c2 1 1 1 3 3 1 2 6 9 2 1 1 10 2 2 3 5

2 1 1 8 3 2 1 1 10 2 2 3 5

How can I specify the table so that I get

q a b c1 c2 1 1 1 3 3 1 2 6 9 2 1 1 10 2 2 3 5

2 1 1 8 3 1 2 . . 2 1 1 10 2 2 3 5

Thanks in advance.

____________________________________________________________________________ _________

Kevin F. Spratt Iowa Testing Programs & Spine Diagnostic & Treatment Center 224-C Lindquist Center University of Iowa Iowa City, Iowa 52242 (319) 335-5572 (voice) (319) 335-6399 (fax) Kevin-Spratt@Uiowa.edu (e-mail)

--------------------------------------------------

SAS has a Technical Support Document, TS-DOC 278, that deals with this issue. You can download it from ftp.sas.com.

______________________________________________________________________ |Bob Abelson |"Original thought is like original sin -| |roberta@otsuka.oapi.com |both happened before you were born to | |Otsuka America Pharmaceutical|people you could not possibly have met."| | | | |DoD #6877 |- Fran Lebowitz | |_____________________________|________________________________________|


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