| Date | Title | Type | ||
|---|---|---|---|---|
| 10/26/09 |
24822 - Changing the Numeric Format of PROC FREQ Output 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. http://support.sas.com/kb/24/822.html, 21KB |
Sample | ||
| 4/13/09 |
23350 - How can I replace the variable's name with the variable's label in PROC FREQ output? In the output for a one-way frequency table, the variable's label, if one is specified, is centered at the top of the table. If you want to use the variable's label instead of the name, then use PROC TEMPLATE to ... http://support.sas.com/kb/23/350.html, 19KB |
Usage Note | ||
| 10/4/07 |
23349 - Modify the default format displayed with PROC FREQ This sample uses PROC TEMPLATE to change the format of the PERCENT column to 8.4. http://support.sas.com/kb/23/349.html, 17KB |
Sample | ||
| 10/4/07 |
23351 - How can I format frequency counts with a crosstabulation in PROC FREQ? There is no table template for the crosstabulation tables in PROC FREQ, so you cannot modify the formats with PROC TEMPLATE as in the one-way tables. Instead, use the FORMAT= option on a TABLE statement. Here is an ... http://support.sas.com/kb/23/351.html, 17KB |
Usage Note | ||