I've got a consultant trying to read data from SPSS system/save files. He's having no trouble with a file originally created in SPSS 22 but older (and smaller) files are causing problems.
=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
The older files were created in UNIX using SPSS 6. The steps we've taken:
The Alteryx error reads:
Does anyone have any ideas what might be going on with the SPSS 6 files? Is there a better way to be certain they're saved in a more modern SPSS as if the newer SPSS had read the data in from flat files and done the complete analysis itself? Any suggestions are appreciated. We're working from the Alteryx side as well. Thanks. |
The first question is what Alteryx is using to read the sav file. They ought to use the free libraries that IBM provides, but if they are using homemade code that thinks it understands the sav file format, they could be in trouble. The sav file format has been extended many times, although it remains backwards compatible. Since resaving the files with V22 or later doesn't help, it wouldn't be the old format, which changed in SPSS 7.5, that is the likely cause. One possibility is that there is a character encoding issue. If Statistics is saving the file in Unicode mode, try using code page mode and vice versa. No need for a transformation to force a data pass. SAVE always forces a pass. On Thu, Sep 8, 2016 at 1:41 PM, Catherine Kubitschek <[hidden email]> wrote:
|
Thanks, Jon -- both for pointing us in a direction and for the information on file formats and the power of SAVE. On Thu, Sep 8, 2016 at 4:09 PM, Jon Peck <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |