|
On Fri, 16 May 2008 13:07:25 -0400, Tom Smith <need_sas_help@YAHOO.COM> wrote:
>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:
I don't think there is such a thing as %ATTRIB?
>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
I believe you are asking about a restriction which does not exist. See
http://support.sas.com/onlinedoc/913/getDoc/en/lrdict.hlp/a000179227.htm
|