Date: Tue, 8 Nov 2005 08:04:31 -0500
Reply-To: Arthur Tabachneck <art297@NETSCAPE.NET>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Arthur Tabachneck <art297@NETSCAPE.NET>
Subject: Re: Change variables to variable names
Jato,
Would the vname function do what you need? See, for example,
http://xrl.us/icop
Art
---------
On Tue, 8 Nov 2005 00:44:27 -0800, jato <jato88@GMAIL.COM> wrote:
>Hi all,
>
>I have an arry which has 90 values in it, the values are something like
>ID, Name, Gender, PhoneNumber.........
>
>What I want to do is to use these values as variable names/column names
>when I create new dataset. This new dataset should be something like
>the following:
>
>ID Name Gender PhoneNumber ..........
> x y z a
>
>There should be some easy ways to do it than hardcoding, but I just
>can't figure it out myself. Please help.
>
>Thanks a lot.
|