| Date: | Tue, 5 Nov 2002 17:52:55 -0800 |
| Reply-To: | Sungeun Chung <chseun21@yahoo.com> |
| Sender: | "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU> |
| From: | Sungeun Chung <chseun21@yahoo.com> |
| Subject: | A basic question |
| In-Reply-To: | <3DC831BD.90906@verizon.net> |
| Content-Type: | text/plain; charset=us-ascii |
|---|
Hi,
I want to create a data-input framework. Here is my syntax:
DATA LIST LIST/ID q1 q2 q3a q3b q3c q3d q3e q4a q4b q4c q4d .
FORMATS ID (F3) q1 to q3e, q4a to q4d (F1).
STRING q3x q5x (A30).
SAVE OUTFILE='C:\My'+
' Documents\Study\Research\Campaign_Nutella\data_frame_x.sav'
/KEEP = q1 q2 q3a q3b q3c q3d q3e q3x q4a q4b q4c q4d q5x
/COMPRESSED.
But I cannot save the file; I cannot make the variables in order I want. How can I solve this problem?
Any help will be appriciated.
Sungeun
Sungeun Chung
Graduate Assistant, Dept. of Communication
Univ. of Maryland, College Park
Email: chseun@wam.umd.edu; chseun21@yahoo.com
S.Chung's Communication Science Link Page
http://www.wam.umd.edu/~chseun
---------------------------------
Do you Yahoo!?
HotJobs - Search new jobs daily now
|