- Data Analysis with IBM SPSS Statistics
- Kenneth Stehlik Barry Anthony J. Babinec
- 228字
- 2021-07-02 18:13:46
Saving IBM SPSS Statistics files
Use the SAVE command to save a data file in the IBM SPSS Statistics format, which contains data plus a dictionary. The dictionary contains a name for each variable, plus variable metadata (variable properties) such as assigned variable labels, value labels, missing values, and formats. As an aside, the dictionary also contains text that was specified on the DOCUMENTS command, if this command is used.
To save the data file along with variable properties from the menus, specify as follows:
File | Save
This brings up the Save Data As dialog box:

At a minimum, specify the folder in which you wish to save the file, along with a filename. Then press either Paste to paste the syntax or Save to write the file to disk. In addition, you can use the Variables… button to select variables to keep or drop.
Here is an example of the pasted syntax:
SAVE OUTFILE='C:\Users\Tony\Documents\KSBSPSSBOOK_DATAchapter2\gss2014\myfile.sav'
/COMPRESSED.
Mark and run the pasted syntax to save the IBM SPSS Statistics data file.
- Spring Boot開發與測試實戰
- ASP.NET Core 5.0開發入門與實戰
- 編寫高質量代碼:改善Python程序的91個建議
- Visual C
- Python:Master the Art of Design Patterns
- RabbitMQ Cookbook
- 學習正則表達式
- Machine Learning in Java
- Learning Apache Karaf
- 信息學奧林匹克競賽初賽精講精練
- Java核心技術速學版(第3版)
- HTML5 Game Development by Example:Beginner's Guide(Second Edition)
- Jenkins 2.x實踐指南
- 情境微課開發(第2版)
- Swift編程實戰:iOS應用開發實例及完整解決方案