The previous tutorials explored SPSS' three main windows. These are
- SPSS Data Editor window ;
- SPSS syntax editor window ;
- SPSS output viewer window .
Now that we have a basic understanding of what they're for, let's take a look at the big picture: the figure below proposes a typical flowchart for proceeding through a research project, switching between the Syntax Editor, Data Editor and Output viewer windows.
SPSS - Keeping Your Work Organized
How people organize their project work is a rather personal matter. However, we'd like to share how we typically keep our SPSS data, syntax and output files organized in a single folder. Let's first take a careful look at the screenshot below and then we'll walk through some main points.
- First, try and keep all SPSS files in a single folder. Like so, you can nicely shorten some syntax by running a CD command.
- Make sure that regular backup copies of the entire project folder are made, especially if it's located on a local hard disk.
- Never edit your original data file. In order to keep it apart from the other files, we suggest putting it in its own subfolder. You can further protect it by saving it as a read-only file.
- Number your syntax, data and output files in the order in which they occur in the project. Put the number in front of the filename so that sorting files according to file name corresponds to their chronological order.
- Using tenfolds for numbering (10, 20, 30...) allows you to insert files without breaking their order. For example, you can prefix a syntax file with 15 to indicate it should be run between the syntax files prefixed with 10 and 20.
- Try to use descriptive file names that provide at least a good clue of what's in there.
Final Note
Admittedly, keeping your work organized will cost you some time and effort. However, not keeping your work organized will eventually cost you much more time and effort. We really hope you don't have to learn this the hard way.
THIS TUTORIAL HAS 5 COMMENTS:
By vineet jain on July 3rd, 2015
these tutorials are damn fantastic....!!!!
By John F Hall on July 20th, 2015
Sensible advice. Probably worth mentioning backing up to a CD or DVD. See also:
1.3.3.9 Some general advice on file building in SPSS on my own site.
By SOPHE MAKOLOMA on August 2nd, 2015
working efficiently, the tutorial explains that you have to be organised and made some data adjustments, yet the need may become clear after seeing erroneous results, so at what point to you do data adjustment and what informs this data adjustment?
By Ruben Geert van den Berg on August 3rd, 2015
That's too general for a concise answer. Sometimes your results suggest that you'd better RECODE a couple of variables. Sometimes your client comes up with additional requests: "Nice results! But now I'd like them for men and women separately." Or you simply change your mind about earlier decisions you made, such as which variables / cases to include in your analyses.
By Fred Gyasi on February 24th, 2016
The tutorials have been helpful!