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 (August 2002, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 8 Aug 2002 08:39:40 -0700
Reply-To:     MNess@CROMEDICA.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Matthew Ness <MNess@CROMEDICA.COM>
Subject:      Re: macro variables and masking
Comments: To: arjen.raateland@ymparisto.fi
Content-type: text/plain; charset=us-ascii

Hi Arjen,

Well my first reaction was that it must be in the online doc...so I had a look, but it's not there! Like you say, vlabel is there, but no label function. Perhaps somebody else knows where to find it. And I'm curious what other functions are out there that are seemingly undocumented...

Matt

Arjen Raateland <arjen.raateland@YMP To: SAS-L@LISTSERV.UGA.EDU ARISTO.FI> cc: Sent by: "SAS(r) Subject: Re: macro variables and masking Discussion" <SAS-L@LISTSERV.UGA. EDU>

08/08/02 07:07 AM Please respond to arjen.raateland

> data _null_; > set a1; > call symput ('x',label(lab)); > run;

Nice to read about a new feature that I didn't know about yet. May come in handy one day.

When I tried to look up the label function in the documentation, all it came up with was the Vlabel function. Of course I ran your code and it worked OK on our SAS v8.2, but where should I look for the label function?

TIA! -- Arjen Raateland Finnish Environment Institute SYKE Research Dept. SAS Support phone +358 9 4030 0350


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