X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Futilities.texi;h=5062ead2eb65bb5512f9d2b0d9416b1747a7bf8c;hb=f6c6ee97c412e47eb1c7c30adc224e93b6c1586a;hp=c20410384ed04d38ce78838e3ed45abf76d658e7;hpb=c92d3eed244f3958c01daf3ab901fbe2faa2b735;p=pspp diff --git a/doc/utilities.texi b/doc/utilities.texi index c20410384e..5062ead2eb 100644 --- a/doc/utilities.texi +++ b/doc/utilities.texi @@ -501,11 +501,13 @@ SET /SEED=@{RANDOM,@var{seed_value}@} /UNDEFINED=@{WARN,NOWARN@} /FUZZBITS=@var{fuzzbits} + /SCALEMIN=@var{count} (data output) /CC@{A,B,C,D,E@}=@{'@var{npre},@var{pre},@var{suf},@var{nsuf}','@var{npre}.@var{pre}.@var{suf}.@var{nsuf}'@} /DECIMAL=@{DOT,COMMA@} /FORMAT=@var{fmt_spec} + /LEADZERO=@{ON,OFF@} /MDISPLAY=@{TEXT,TABLES@} /SMALL=@var{number} /WIB=@{NATIVE,MSBFIRST,LSBFIRST,VAX@} @@ -712,6 +714,11 @@ to accept for rounding up a value that is almost halfway between two possibilities for rounding with the RND operator (@pxref{Miscellaneous Mathematics}). The default @var{fuzzbits} is 6. +@item SCALEMIN +@anchor{SET SCALEMIN} +The minimum number of distinct valid values for @pspp{} to assume that +a variable has a scale measurement level. @xref{Measurement Level}. + @item WORKSPACE The maximum amount of memory (in kilobytes) that @pspp{} uses to store data being processed. If memory in excess of the workspace size @@ -747,6 +754,15 @@ The default @subcmd{DOT} setting causes the decimal point character to be Allows the default numeric input/output format to be specified. The default is F8.2. @xref{Input and Output Formats}. +@item LEADZERO +@anchor{SET LEADZERO} + +Controls whether numbers with magnitude less than one are displayed +with a zero before the decimal point. For example, with @code{SET +LEADZERO=OFF}, which is the default, one-half is shown as 0.5, and +with @code{SET LEADZERO=ON}, it is shown as .5. This setting affects +only the @code{F}, @code{COMMA}, and @code{DOT} formats. + @item MDISPLAY @anchor{SET MDISPLAY} @@ -845,6 +861,7 @@ If the value has no label, then the literal value is used for display. If @subcmd{TNUMBERS} is set to @subcmd{BOTH}, then values are displayed with both their label (if any) and their literal value in parentheses. @item TVARS +@anchor{SET TVARS} The @subcmd{TVARS} option sets the way in which variables are displayed in output tables. The valid settings are @subcmd{NAMES}, @subcmd{LABELS} and @subcmd{BOTH}. If @subcmd{TVARS} is set to @subcmd{NAMES}, then all variables are displayed using their names.