X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fvariables.texi;h=0517f1399c72aa836bc889bf31cc6dfe4a68e3f6;hb=dff37440177a355bfc0cf9ff56428114e29f5106;hp=dbb3f228b3e770fab4e8909f86b3824b9f2ca2cb;hpb=cac0d191514553fede1858bf3dceee9073e60c1a;p=pspp diff --git a/doc/variables.texi b/doc/variables.texi index dbb3f228b3..0517f1399c 100644 --- a/doc/variables.texi +++ b/doc/variables.texi @@ -107,11 +107,11 @@ Variable names are displayed, for scratch variables only (@pxref{Scratch Variables}). @item ATTRIBUTES -Datafile and variable attributes are displayed, except that attributes -whose names begin with @code{@@} or @code{$@@} are omitted. - @itemx @@ATTRIBUTES -All datafile and variable attributes are displayed. +Datafile and variable attributes are displayed. +The first form of the command omits those attributes +whose names begin with @code{@@} or @code{$@@}. +In the second for, all datafile and variable attributes are displayed. @end table With the @code{VECTOR} keyword, @cmd{DISPLAY} lists all the currently @@ -276,25 +276,6 @@ not. @cmd{MODIFY VARS} may not be specified following @cmd{TEMPORARY} (@pxref{TEMPORARY}). -@node NUMERIC -@section NUMERIC -@vindex NUMERIC - -@display -NUMERIC /var_list [(fmt_spec)]. -@end display - -@cmd{NUMERIC} explicitly declares new numeric variables, optionally -setting their output formats. - -Specify a slash (@samp{/}), followed by the names of the new numeric -variables. If you wish to set their output formats, follow their names -by an output format specification in parentheses (@pxref{Input and Output -Formats}); otherwise, the default is F8.2. - -Variables created with @cmd{NUMERIC} are initialized to the -system-missing value. - @node MRSETS @section MRSETS @vindex MRSETS @@ -402,6 +383,25 @@ Multiple response sets are saved to and read from system files by, e.g., the @cmd{SAVE} and @cmd{GET} command. Otherwise, multiple response sets are currently used only by third party software. +@node NUMERIC +@section NUMERIC +@vindex NUMERIC + +@display +NUMERIC /var_list [(fmt_spec)]. +@end display + +@cmd{NUMERIC} explicitly declares new numeric variables, optionally +setting their output formats. + +Specify a slash (@samp{/}), followed by the names of the new numeric +variables. If you wish to set their output formats, follow their names +by an output format specification in parentheses (@pxref{Input and Output +Formats}); otherwise, the default is F8.2. + +Variables created with @cmd{NUMERIC} are initialized to the +system-missing value. + @node PRINT FORMATS @section PRINT FORMATS @vindex PRINT FORMATS @@ -454,6 +454,10 @@ To set up value labels for a set of variables, specify the variable names after a slash (@samp{/}), followed by a list of values and their associated labels, separated by spaces. +Value labels in output are normally broken into lines automatically. +Put @samp{\n} in a label string to force a line break at that point. +The label may still be broken into lines at additional points. + Before @cmd{VALUE LABELS} is executed, any existing value labels are cleared from the variables specified. Use @cmd{ADD VALUE LABELS} (@pxref{ADD VALUE LABELS}) to add value labels without clearing those