value: Get rid of value_str(), value_str_rw(), value_num().
[pspp] / doc / utilities.texi
index c2dba0e4799653cba2f1a874c40b369a143b03a8..db96725900d8bd8f6a89a533a3280d5805f3ebdf 100644 (file)
@@ -118,11 +118,12 @@ DOCUMENTS}.  They can be removed from the active dataset with @cmd{DROP
 DOCUMENTS}.
 
 Specify the @var{documentary text} following the @subcmd{DOCUMENT} keyword.  
-It is interpreted literally --- any quotes or other punctuation marks 
+It is interpreted literally---any quotes or other punctuation marks
 will be included in the file.
-You can extend the documentary text over as many lines as necessary.  
+You can extend the documentary text over as many lines as necessary,
+including blank lines to separate paragraphs.
 Lines are truncated at 80 bytes.  Don't forget to terminate
-the command with a dot or a blank line. @xref{ADD DOCUMENT}.
+the command with a dot at the end of a line. @xref{ADD DOCUMENT}.
 
 @node DISPLAY DOCUMENTS
 @section DISPLAY DOCUMENTS
@@ -353,7 +354,7 @@ otherwise it is @code{Auto}.
 @display
 OUTPUT MODIFY
        /SELECT TABLES
-       /TABLECELLS SELECT = [ @{SIGNIFICANCE, COUNT@} ]
+       /TABLECELLS SELECT = [ @var{class}... ]
                    FORMAT = @var{fmt_spec}.
 @end display
 @note{In the above synopsis the characters @samp{[} and @samp{]} are literals.
@@ -370,13 +371,27 @@ brackets.  This list determines the classes of values should be selected for mod
 Each class can be:
 
 @table @asis
+@item RESIDUAL
+Residual values.  Default: @t{F40.2}.
+
+@item CORRELATION
+Correlations.  Default: @t{F40.3}.
+
+@item PERCENT
+Percentages.  Default: @t{PCT40.1}.
+
 @item SIGNIFICANCE
-Significance of tests (p-values).
+Significance of tests (p-values).  Default: @t{F40.3}.
 
 @item COUNT
-Counts or sums of weights.
+Counts or sums of weights.  For a weighted data set, the default is
+the weight variable's print format.  For an unweighted data set, the
+default is F40.0.
 @end table
 
+For most other numeric values that appear in tables, @code{SET FORMAT}
+may be used to specify the format (@pxref{SET FORMAT}).
+
 The value of @var{fmt_spec} must be a valid output format (@pxref{Input and Output Formats}).
 Note that not all possible formats are meaningful for all classes.
 
@@ -467,7 +482,6 @@ SET
 (output driver options)
         /HEADERS=@{NO,YES,BLANK@}
         /LENGTH=@{NONE,@var{n_lines}@}
-        /MORE=@{ON,OFF@}
         /WIDTH=@{NARROW,WIDTH,@var{n_characters}@}
         /TNUMBERS=@{VALUES,LABELS,BOTH@}
         /TVARS=@{NAMES,LABELS,BOTH@}
@@ -531,6 +545,7 @@ as a field separator in the @cmd{DATA LIST} command (@pxref{DATA LIST}).
 The default value is determined from the system locale.
 
 @item FORMAT
+@anchor{SET FORMAT}
 Allows the default numeric input/output format to be specified.  The
 default is F8.2.  @xref{Input and Output Formats}.
 
@@ -765,7 +780,6 @@ subcommands are
 @table @asis
 @item HEADERS
 @itemx LENGTH
-@itemx MORE
 @itemx WIDTH
 @itemx TNUMBERS
 The @subcmd{TNUMBERS} option sets the way in which values are displayed in output tables.
@@ -790,7 +804,6 @@ If @subcmd{TVARS} is set to @subcmd{BOTH}, then variables will be displayed with
 
 @cindex headers
 @cindex length
-@cindex more
 @cindex pager 
 @cindex width
 @cindex tnumbers