Next: , Previous: , Up: Utilities   [Contents][Index]


16.17 OUTPUT

OUTPUT MODIFY
       /SELECT TABLES
       /TABLECELLS SELECT = [ {SIGNIFICANCE, COUNT} ]
                   FORMAT = fmt_spec.

Please note: In the above synopsis the characters ‘[’ and ‘]’ are literals. They must appear in the syntax to be interpreted.

OUTPUT changes the appearance of the tables in which results are printed. In particular, it can be used to set the format and precision to which results are displayed.

After running this command, the default table appearance parameters will have been modified and each new output table generated will use the new parameters.

Following /TABLECELLS SELECT = a list of cell classes must appear, enclosed in square brackets. This list determines the classes of values should be selected for modification. Each class can be:

SIGNIFICANCE

Significance of tests (p-values).

COUNT

Counts or sums of weights.

The value of fmt_spec must be a valid output format (see Input and Output Formats). Note that not all possible formats are meaningful for all classes.