48278 - Use the VALIDVARNAME=ANY system option to display only variable labels in PROC FREQ results- Sample
This sample illustrates how to display only variable labels in PROC FREQ two-way tables without modifying the Base.Freq.CrossTabFreqs template.
This sample illustrates how to modify the default template to display variable labels without variable names in PROC FREQ two-way tables.
41803 - Exclude or include specific variables for analysis with PROC FREQ- Sample
PROC FREQ does not have an exclude function when you do not want to list variables on the TABLES statement. Use the data set options DROP= or KEEP= to accomplish this. Sample 41803: Exclude or include specific ...
Beginning with SASŪ 9.2, PROC FREQ has a crosstab table template, CrossTabFreqs. You can use this template to modify many aspects of the crosstab table.
35896 - Change the cell color of multi-way frequency PROC FREQ tables- Sample
Beginning with SAS 9.2, you can use the crosstabulation template for PROC FREQ to customize your non-Listing destination output.
24822 - Changing the Numeric Format of PROC FREQ Output- Sample
This sample describes how to change these defaults for the three main types of PROC FREQ output: one-way tables, multiway tables in list format, and multiway tables presented as crosstabulations.
36912 - Displaying distinct level counts of variables using PROC FREQ- Sample
Beginning SASŪ 9.2, there is a new NLEVELS option in PROC FREQ that will display the number of unique levels in a table per variable.
35897 - Replacing row, column, and table headings in multi-way tables in PROC FREQ- Sample
By default, PROC FREQ creates a table with specific row, column, and table headings. This sample program suppresses the row-variable and the column-variable headings, replaces "Table of Sex by Age" with the header text ...
26062 - Alternatives for lack of cross-tabular table template in PROC FREQ- Sample
The absence of a crosstab table template for PROC FREQ makes customizing cross-tabular output difficult. This capability will be added to PROC FREQ in SASŪ 9.2. In the meantime, you can use PROC TABULATE code to ...
25057 - Add a missing category to PROC FREQ for two way tables- Sample
PROC FREQ does not have the PRELOADFMT option to add missing categorical data to the results. However, with the use of the WEIGHT statement, you can add missing categories.