| Date: | Fri, 9 May 2003 04:25:02 -0400 |
| Reply-To: | Alphonse Amey <akamey@MWEB.CO.ZA> |
| Sender: | "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU> |
| From: | Alphonse Amey <akamey@MWEB.CO.ZA> |
| Subject: | loops in spss 11.5 |
|---|
I have a set of SPSS syntax that I want to
run several times (as part of a simulation)
How do I get SPSS 11.5 to do this? I want something
like:
for I = 1 to 100
spss syntax lines
.
.
.
next I.
AA.
|