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 (May 2008, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 16 May 2008 13:07:25 -0400
Reply-To:     Tom Smith <need_sas_help@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Tom Smith <need_sas_help@YAHOO.COM>
Subject:      ATTRIB Statement

I have to assign length and labels to the follwoing variables: carer = length $20 Label = "Help me " Cur = length $20 Label = "Urgent" dime = length $40 Label = "Right Now" int_E = length $20 Label = "Please" ;

How can I use ATTRIB Staement only once other than too many times with each line of statement. Can I use %ATTRIB? or something as: Attrib carer = length $20 Label = "Help me " Cur = length $20 Label = "Urgent" dime = length $40 Label = "Right Now" int_E = length $20 Label = "Please" ;

Thanks for your help


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