ods escapechar='~';
title "~S={asis=on}
This is a
test
";
proc print data=sashelp.class;
run;
ods html close;
[pre]
[/pre]
Ksharp
ods escapechar="^";
ods chtml
file='d:\temp\ksharp1.html'
;
ods phtml
file='d:\temp\ksharp2.html'
;
ods msoffice2k
file='d:\temp\ksharp3.html'
;
ods html
file='d:\temp\ksharp0.html'
style=sasweb;
title j=L "This is a test
^{NBSPACE 15} Other text ";
proc print data=sashelp.class;
run;
ods text="This is a test ^{NBSPACE 45} Other text
";
proc print data=sashelp.class(obs=1);run;
ods _all_
close;
ods listing;
| Mean Time To Deliver - by Category | |||
| Environment: Production Group: Service Requests | |||
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.