| Date: | Mon, 27 Oct 2008 10:30:41 -0400 |
| Reply-To: | Kevin Viel <citam.sasl@GMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Kevin Viel <citam.sasl@GMAIL.COM> |
| Subject: | Re: Call Funtions explanations please |
|---|
On Fri, 24 Oct 2008 14:54:36 -0500, ./ ADD NAME=Data _null_,
<iebupdte@GMAIL.COM> wrote:
>VVALUE is a newer V9 function that returns the FORMATTED value of the
>variable referenced in the argument. Default formats apply when no
>format is explicitly associated. One nice thing about vvalue is that
>it is "type-less", like the missing function, it accepts character or
>numeric variables equally.
Its probably worth pointing out that VVALUE() returns a *character* value.
HTH,
Kevin
|