| Date: | Mon, 29 Nov 2004 22:41:36 -0500 |
| Reply-To: | Richard Ristow <wrristow@mindspring.com> |
| Sender: | "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU> |
| From: | Richard Ristow <wrristow@mindspring.com> |
| Subject: | Re: 'Array' in SPSS |
|
| In-Reply-To: | <OF1940CCD9.4D1DFD83-ON85256F5B.005E98FF-85256F5B.005EC60C@
uncg.edu> |
| Content-Type: | text/plain; charset="us-ascii"; format=flowed |
|---|
At 12:15 PM 11/29/2004, Mark A Davenport MADAVENP wrote:
>Is there an SPSS equivalent of the SAS 'Array' command?
The closest equivalent, about the only candidate, is VECTOR. (See that
entry in the syntax manual.)
Chief weaknesses:
- One dimension only
- The variables in a VECTOR must be contiguous in the file.
Nothing analogous to implicit ARRAYs. You're not supposed to like those
in SAS, either, but I admit I do.
|