Requirement: | All variables in the TABLE statement must appear in either the VAR statement or the CLASS statement. |
Tips: | To create several tables use multiple TABLE statements.
Use of variable name list shortcuts is now supported within the TABLE statement. For more information, see Shortcuts for Specifying Lists of Variable Names. |
Examples: | Creating a Basic Two-Dimensional Table Using Preloaded Formats with Class Variables Customizing Row and Column Headings Summarizing Information with the Universal Class Variable ALL Indenting Row Headings and Eliminating Horizontal Separators Reporting on Multiple-Response Survey Data Reporting on Multiple-Choice Survey Data Calculating Various Percentage Statistics Using Denominator Definitions to Display Basic Frequency Counts and Percentages |
If the NOCELLMERGE option is in effect, the style of the empty data cells will be the default style of the data cell. The style of the empty data cells might not be the same style as the style of the formatted data cells.
n Region*n Sales*max
Using Denominator Definitions to Display Basic Frequency Counts and Percentages
f=format
Sales*f=dollar8.2
statistic-keyword-or-variable-name='label-text'
Region='Geographical Region' Sales*max='Largest Sale'
Region*Division Quarter*Sales*f=dollar8.2
n Region*Sales ALL
Division*(Sales*max Sales*min) (Region ALL)*Sales