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

Hi,

Is there an option of writing a line of text to the default viewer in EG 4.1 (HTML) without using put, title, footnote or note statements?

Thanks.

VD

1 ACCEPTED SOLUTION

Accepted Solutions
ChrisHemedinger
Community Manager

Try this:

  ODS HTML TEXT="my text here";

Or if relying on EG to generate the html:

  ODS HTML(ID=EGHTML) text = "My text here";

Chris

SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!

View solution in original post

3 REPLIES 3
Reeza
Super User

ODS TEXT=?

What exactly are you trying to do?

ChrisHemedinger
Community Manager

Try this:

  ODS HTML TEXT="my text here";

Or if relying on EG to generate the html:

  ODS HTML(ID=EGHTML) text = "My text here";

Chris

SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!
VD
Calcite | Level 5 VD
Calcite | Level 5

Thanks Chris. The second option works.

V

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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
  • 1250 views
  • 0 likes
  • 3 in conversation