LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (December 2008)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 10 Dec 2008 18:17:52 -0500
Reply-To:     "Feinstein, Zachary" <ZFeinstein@HarrisInteractive.com>
Sender:       "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From:         "Feinstein, Zachary" <ZFeinstein@HarrisInteractive.com>
Subject:      Will The Following Code Work in Saving a File to SAS Code?
Content-Type: text/plain; charset="us-ascii"

TEMPORARY.

SELECT IF (dquad >= 0).

SAVE TRANSLATE OUTFILE = "C:\temp2\b_dwn.sas7bdat"

/KEEP = case_id dquad wt

q9a q9b q9c q9d q9e

q21b q21c q21d q21e q21f

/TYPE = SAS

/VERSION = 7

/PLATFORM = WINDOWS.

I do the above code and it saves all of the cases and not just the ones that I am doing the TEMPORARY. SELECT IF. on.

Is it possible that the SAVE TRANSLATE does not like coming after such a set of statements?

Thanks.

Zachary

====================To manage your subscription to SPSSX-L, send a message to LISTSERV@LISTSERV.UGA.EDU (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD


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