X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=doc%2Fdata-io.texi;h=e1eeff09a37d1876eacc2fb4c269f84a0f21d617;hb=488ddc764e6f35217240ca0418080c08d4b14070;hp=313e543205a41f430ac864534ce22a132bfabecd;hpb=a860739c34aad93afd7cb2cb24bcaef3e6eeae8a;p=pspp diff --git a/doc/data-io.texi b/doc/data-io.texi index 313e543205..e1eeff09a3 100644 --- a/doc/data-io.texi +++ b/doc/data-io.texi @@ -795,6 +795,9 @@ so an infinite loop results. @cmd{END FILE}, when executed, stops the flow of input data and passes out of the @cmd{INPUT PROGRAM} structure. +@cmd{INPUT PROGRAM} must contain at least one @cmd{DATA LIST} or +@cmd{END FILE} command. + All this is very confusing. A few examples should help to clarify. @c If you change this example, change the regression test1 in @@ -939,10 +942,6 @@ currently not used. Case numbers start from 1. They are counted after all transformations have been considered. -@cmd{LIST} attempts to fit all the values on a single line. If needed -to make them fit, variable names are displayed vertically. If values -cannot fit on a single line, then a multi-line format will be used. - @cmd{LIST} is a procedure. It causes the data to be read. @node NEW FILE