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 (April 2004)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 15 Apr 2004 08:07:22 -0700
Reply-To:   jeff_hayes@stratalys.com
Sender:   "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From:   "Jeff Hayes, Ph.D." <jwh_123@yahoo.com>
Subject:   Specifying Measure type
In-Reply-To:   <DAEJJEJKGDKPDEDHOIELCEPCCOAA.rlevesque@videotron.ca>
Content-Type:   text/plain; charset=us-ascii

How do I specify that a numeric variable I'm importing is set to a specific Measure type (Nominal, Ordinal, Scale) ? Assume the below syntax and I want "database" to be imported and set to Nominal ...

SET BLANKS=SYSMIS BLANKS=SYSMIS UNDEFINED=WARN.

FILE HANDLE widedata / name='c:\test.txt' /lrecl=16000.

DATA LIST FILE=widedata /database 1-2 . execute.

Thanks!

Cheers, Jeff

__________________________________ Do you Yahoo!? Yahoo! Tax Center - File online by April 15th http://taxes.yahoo.com/filing.html


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