LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (November 2002, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: "R. Chen" <aimeic@YAHOO.COM>
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.


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