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
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.