BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hello dears SAS users,
I have the following problem:
when i work throught eguide with my SAS server, i don't know why (i don't know very well the options to select) but my HTML outputs are OK
but if i work directly with my SAS server, it's always written, in bold, before all my outputs (in HTML also) The SAS System
Do you know the sas option to put in my autoexec to make this diseappear ?
Thank you for your help
Have a nice day
3 REPLIES 3
deleted_user
Not applicable
"The SAS System" is the default SAS title. It appears when you have not specified any titles. You can use the TITLE statement at the beginning of your program to replace "The SAS System" with something more informative.
RichardH_sas
SAS Employee
When you submit code directly in the SAS Display Manager, it uses the default title of "The SAS System". You could add a null title statement to an autoexec to prevent this:

title;
deleted_user
Not applicable
Thank you for yours answers
actually, the solution is quite simple
but ...there is not stupid question... 😉

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 608 views
  • 0 likes
  • 2 in conversation