- 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.
- Fundamentals of Linux
- Go語言高效編程:原理、可觀測性與優化
- Getting Started with CreateJS
- 老“碼”識途
- PhpStorm Cookbook
- GeoServer Beginner's Guide(Second Edition)
- Visual C++數字圖像處理技術詳解
- C語言程序設計
- 零基礎輕松學SQL Server 2016
- D3.js 4.x Data Visualization(Third Edition)
- Python深度學習:模型、方法與實現
- HTML+CSS+JavaScript編程入門指南(全2冊)
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- Python物理建模初學者指南(第2版)
- 軟件測試技術