Hi....Is there anyway to suppress or prevent SAS from printing "The SAS System" as a title when using the PROC REPORT. Thanks in advance.
Hi:
ODS NOPTITLE will get rid of "The FREQ Procedure" or "The MEANS Procedure" procedure titles. The way to get rid of "The SAS System" as a global title is to use a "null" title statement to erase all the TITLE statements in effect. A "null" or empty title statement is just
TITLE;
to erase all titles.
cynthia
I think this does it but not sure.
ods noptitle;
Hi:
ODS NOPTITLE will get rid of "The FREQ Procedure" or "The MEANS Procedure" procedure titles. The way to get rid of "The SAS System" as a global title is to use a "null" title statement to erase all the TITLE statements in effect. A "null" or empty title statement is just
TITLE;
to erase all titles.
cynthia
Hi Cynthia....will this get rid or prevent the Titles that I have specified or only those that SAS has generated.....thanks for your help
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.