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 1996, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 14 Oct 1996 17:32:46 EDT
Reply-To:     Dileni Gunewardena <DGUNEWA@AMERICAN.EDU>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Dileni Gunewardena <DGUNEWA@AMERICAN.EDU>
Organization: The American University
Subject:      suppressing print of class values

In the following code, is it possible to suppress the printing of class values and if so, how? I do need the other information, so I cannot use the noprint option. PROC MIXED ; CLASS SERIALNO UHHID; MODEL LNWAGE = AGE AGESQ ED1-ED6 /S ; REPEATED SERIALNO /SUB=UHHID ;

Any suggestions welcome. Thanks,

Dileni

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Dileni Gunewardena Dept. of Economics The American University Washington DC 20016, USA. email <dgunewa@american.edu>


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