LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (November 2002)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


Back to: Top of message | Previous page | Main SPSSX-L page