Hi All,
Just wondering if there is a way to supress the heading when we use a proc freq ---> The Freq Procedure.
I see that even after giving a title, is there a way to remove it?
Also, could we remove the datetime stamp that comes after the proc Freq procedure??
*** Underage supression has been applied *** 09:34 Tuesday, March 5, 2013 1
The FREQ Procedure
UNDR_AGE_FLAG Frequency
--------------------------
1 37274
*** OLD Securities supression has been applied *** 09:34 Tuesday, March 5, 2013 2
The FREQ Procedure
OLD_SEC_FLAG Frequency
-------------------------
1 178044
Hi:
ODS NOPTITLE; will get rid of any "Procedure Titles", such as "The Mean Procedure", "The Freq Procedure", "The Univariate Procedure", etc.
Investigate SAS options, such as NODATE, NONUMBER to alter the date/numbering in an OPTIONS statement.
cynthia
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.