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 |
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.