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
CFC_SAS_Communities_400x225.jpg
It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.
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.