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 (December 1999)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 2 Dec 1999 17:01:40 -0300
Reply-To:     hmaletta@overnet.com.ar
Sender:       "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From:         "Hector E. Maletta" <hmaletta@OVERNET.COM.AR>
Subject:      Re: Basic Syntax Help
Comments: To: "dittloff@corning-cc.edu" <dittloff@CORNING-CC.EDU>
Content-Type: text/plain; charset=us-ascii

Scott Dittloff wrote: > > I have a huge data file (several thousand variables and several thousand > cases) in ASCII format. I want to import just a few of the variables for > analysis. I have tried running the following in a syntax window: > > Data list fixed file = 'C:\Temp\nes72_76' records = 1 > /1 rectype 1 > V94 233 [snip] > I get the following error: > > >Error # 31 in column 24. Text: C:\Data\Nes72_76.dat > >File not found. > >This command not executed. > > A file with the name Nes72_76.dat is located in the C:\Data directory. > What am I doing wrong? >

You're not including the .dat extension in the file name included in the DATA LIST command. Includi it and it should run smoothly.

Hector Maletta Universidad del Salvador Buenos Aires, Argentina


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