X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fpspp.texi;h=564e36ec7d6e7d9d34235d96f57a4fe189f9d13e;hb=37597beca4a11edba50b847932fdfeca3a648fa2;hp=aceaf8a5ce98fc88bd4b1eedc978bda1e7b4da83;hpb=92820c3a68c8883f488874abceffd0f50ffcbcbc;p=pspp-builds.git diff --git a/doc/pspp.texi b/doc/pspp.texi index aceaf8a5..564e36ec 100644 --- a/doc/pspp.texi +++ b/doc/pspp.texi @@ -5806,6 +5806,11 @@ columns that the identifier will occupy, followed by an equals sign (@samp{=}) and the identifier variable name. The variable must already have been declared with @cmd{NUMERIC} or another command. +@cmd{REPEATING DATA} should be the last command given within an +@cmd{INPUT PROGRAM}. It should not be enclosed within a @cmd{LOOP} +structure (@pxref{LOOP}). Use @cmd{DATA LIST} before, not after, +@cmd{REPEATING DATA}. + @node WRITE, , REPEATING DATA, Data Input and Output @section WRITE @vindex WRITE