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 (August 2008)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 27 Aug 2008 19:58:16 -0400
Reply-To:     Greg Chulsky <chulsky@bu.edu>
Sender:       "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From:         Greg Chulsky <chulsky@bu.edu>
Subject:      Running PROGRAM>...
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

I am writing a syntax file that, when run, reads in files, does some processing, and "spits out" new files. The processing includes a short piece of Python code. Initially, the syntax I wrote did this only for one file, and then I created a macro with loops (with the help of some very helpful people on this mailing list) to make it repeat the process for over 1,000 files.

Before the loops, the syntax would run very quickly. As it ran, at the bottom of each window, it would tell me what exactly it was doing at that moment (e.g. Running COMPUTE, Running EXECUTE, Running BEGIN PROGRAM, etc).

Now I have added the loops and am trying to run it; for the first few minutes, the text on the bottom reads "Running DEFINE". This makes sense to me, as it is parsing a LOT of lines. The next thing that appears for any significant length of time is "Running PROGRAM>...", and at this point, it appears to freeze. It does not matter how long I wait; it does not come out of this state. This was not a message that ever appeared before the loops. The output window shows no errors.

Does anybody know what could be wrong? Thank you in advance!

-Greg

===================== 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