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
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
ODS TEXT=?
What exactly are you trying to do?
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
Thanks Chris. The second option works.
V
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.
Ready to level-up your skills? Choose your own adventure.