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

Become an Explorer! Join SAS Analytics Explorers to learn and complete challenges that earn rewards!

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

Become an Explorer! Join SAS Analytics Explorers to learn and complete challenges that earn rewards!
VD
Calcite | Level 5 VD
Calcite | Level 5

Thanks Chris. The second option works.

V

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
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
  • 2140 views
  • 0 likes
  • 3 in conversation