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
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.