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
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
Explore Now →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.