- 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.
- 程序員面試筆試寶典(第3版)
- Java范例大全
- Spring Boot開發(fā)與測(cè)試實(shí)戰(zhàn)
- Responsive Web Design with HTML5 and CSS3
- 算法精粹:經(jīng)典計(jì)算機(jī)科學(xué)問(wèn)題的Python實(shí)現(xiàn)
- Learning SQLite for iOS
- Building a Recommendation Engine with Scala
- Python機(jī)器學(xué)習(xí)實(shí)戰(zhàn)
- HTML5+CSS3+JavaScript Web開發(fā)案例教程(在線實(shí)訓(xùn)版)
- Mastering Rust
- 區(qū)塊鏈底層設(shè)計(jì)Java實(shí)戰(zhàn)
- Learning Node.js for .NET Developers
- 人人都能開發(fā)RPA機(jī)器人:UiPath從入門到實(shí)戰(zhàn)
- Android 游戲開發(fā)大全(第二版)
- Software-Defined Networking with OpenFlow(Second Edition)