LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (June 2004)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 28 Jun 2004 17:22:01 -0500
Reply-To:     "Hall, Richard H." <rhall@umr.edu>
Sender:       "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From:         "Hall, Richard H." <rhall@umr.edu>
Subject:      basic data definition with excel files and multiple lines
Content-Type: text/plain; charset="us-ascii"

I have an excel spread sheet where each case has multiple rows. Also most variables are of the sort a1 TO a10 ...

I was hoping I could treat this as a fixed format file and specify each column in excel as a single column (even though the data in the cell may be several numbers).

I have tried doing with arrangement = fixed, but I keep getting the error that arrangement is unexpected syntax.

I tried something like ...

GET DATA /TYPE=TXT /FILE='C:\test_data.xls' /SHEET=name 'pilot_data' /CELLRANGE=full /READNAMES=off /ARRANGEMENT=fixed /FIXCASE = 2 /VARIABLES= /1 V1.1 TO V1.10 0-9 /2 N1.1 TO N1.10 0.9.

... any help would be much appreciated ... Richard

************************************** Richard H. Hall, rhall@umr.edu http://www.umr.edu/~rhall **************************************


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