At 05:09 PM 8/11/2006, Alex Rasker wrote:
>My syntax basically looks like:
>
>ADD FILES /FILE='C:\MyDocuments\MyTemplate.sav'
> /FILE='C:\MyDocuments\Mydata.sav'.
>EXECUTE.
>
>SELECT IF (myvar=1).
>EXECUTE.
>
>***1***.
>
>TEMPORARY.
>NUMERIC v1.
>LEAVE v1.
>"Some tables commands"
>
>(I only inserted the EXECUTE's after getting into trouble in the first
>place, they do not help)
>
>When I insert an extra SAVE command at ***1*** it solves the problem
>but this creates an extra (useless) data-file and it slows the entire
>process.
I very much doubt that this has anything to do with timing. As far as I
know, SPSS's synchronizing of data manipulation with procedures is very
robust, and I've never heard of a demonstrated problem.
However, I don't see what it is, either. Can you post sample data, and
the first (only) of your "tables" commands? I say only the first,
because later ones will 'see' the same data.