| 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
|