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 (May 2003)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 15 May 2003 20:48:54 -0400
Reply-To:     Raynald Levesque <rlevesque@videotron.ca>
Sender:       "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From:         Raynald Levesque <rlevesque@videotron.ca>
Subject:      Re: debugging mode
In-Reply-To:  <5.2.0.9.2.20030515160634.00ac7748@pop.med.cornell.edu>
Content-type: text/plain; charset=us-ascii

Hi

You are refering to the EDIT command. The following is from the Syntax Reference Guide (SRG):

**** Extract from SRG *** This command is not available on all operating systems.

EDIT

Example EDIT. GET FILE=QUERY. RECODE ITEM1, ITEM2, ITEM3 (0=1) (1=0) (2=-1). COMPUTE INDEXQ=(ITEM1 + ITEM2 + ITEM3)/3. VARIABLE LABELS INDEXQ 'Summary Index of Questions'. FREQUENCIES=ITEM1 ITEM2 ITEM3.

Overview EDIT causes the program to evaluate a sequence of commands without actually running the commands. EDIT is available only for batch mode. **** End of extract ****

The command is not available in the windows version of SPSS.

As an alternative consider running your syntax on a small sample of your data file (for example using the command SAMPLE .01)

HTH

Raynald Levesque rlevesque@videotron.ca Visit my SPSS Pages http://pages.infinit.net/rlevesqu/index.htm

-----Original Message----- From: SPSSX(r) Discussion [mailto:SPSSX-L@LISTSERV.UGA.EDU]On Behalf Of Jed J. Teres Sent: May 15, 2003 4:08 PM To: SPSSX-L@LISTSERV.UGA.EDU Subject: debugging mode

I've heard that there's a way to run syntax files in a sort of "debugging mode," in which they run faster and catch errors that one will run into when they execute for real. Is this true? If so, how does one do it?

Thanks,

Jed Teres


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