BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
twildone
Pyrite | Level 9

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Cynthia_sas
Diamond | Level 26

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

View solution in original post

3 REPLIES 3
Reeza
Super User

I think this does it but not sure.

ods noptitle;

Cynthia_sas
Diamond | Level 26

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

twildone
Pyrite | Level 9

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

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

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!

Register Now

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1023 views
  • 4 likes
  • 3 in conversation