Date: Tue, 26 Nov 2002 23:10:44 +0100
Reply-To: Peter Crawford <peter.crawford@DB.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Peter Crawford <peter.crawford@DB.COM>
Subject: Re: How to supress the variable Labels on Proc Means
Content-type: text/plain; charset=iso-8859-1
Can you try proc means with the statement
attrib ques: label= " ";
This should blank the label for all vars beginning "ques".
Alternatively blank the labels of _all_ vars with
attrib _all_ label= " ";
Regards
Peter Crawford
Datum: 26/11/2002 22:41
An: SAS-L@LISTSERV.UGA.EDU
Antwort an: "R. Chen" <aimeic@YAHOO.COM>
Betreff: How to supress the variable Labels on Proc Means
Nachrichtentext:
Dear SAS-L,
I have a question on Proc Means. I like the output format Proc Means
generated,
but I don't want the variable labels display on my output because they
occupy space too much.
Below is a example of output created by Proc Means.
Does anyone know how to get rid of the labels here?
The MEANS Procedure
N
year Obs Variable Label Mean
----------------------------------------------------------------------
2001 624 Questn10 Timeline is realistic 4.03
Questn11 Enough time for execution 4.17
Questn12 Know who to contact 4.43
Questn13 Budget 3.79
Many thanks
Sincerely,
R. Chen
--
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.