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
|