Usage Note 22991: How can I remove the title "The FREQ Procedure" from my FREQ procedure output?
You can remove "The FREQ Procedure" title from your FREQ
procedure output by inserting the ODS NOPROCTITLE statement
before the PROC FREQ statement.
ODS NOPROCTITLE;
PROC FREQ;
TABLE X*Y;
RUN;
After you have suppressed the title, you can reactivate the
procedure title later by the ODS PROCTITLE statement.
Operating System and Release Information
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Usage Note |
| Priority: | low |
| Topic: | SAS Reference ==> Procedures ==> FREQ Analytics ==> Nonparametric Analysis Analytics ==> Categorical Data Analysis Analytics ==> Descriptive Statistics Analytics ==> Exact Methods Analytics ==> Longitudinal Analysis
|
| Date Modified: | 2009-02-26 09:13:34 |
| Date Created: | 2002-12-16 10:56:36 |