Date: Wed, 12 May 2010 14:16:34 -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: Stupid Human Do-Loop Trick
On Wed, 12 May 2010 10:11:22 -0500, Data _null_; <iebupdte@GMAIL.COM>
wrote:
>I would call this
>
>of x1-x3 x4-x6
>
>a "list of variables" composed of two "SAS Variable Lists".
>
>http://tinyurl.com/mtumkg
>
>http://support.sas.com/documentation/cdl/en/lrcon/61722/HTML/default/a0006
95105.htm
Ugh, akin to "array of arrays" or "hash of arrays" in perl? :)
One might not get the keys of a hash in the SAS System*, but one can at
least have compound data elements :)
*Unless they are defined as data: H.DefineData( "key" , "datum1" ) ;
$H[0]{list} = "WTF???" ;
Let's not even get into references :)
-Kevin