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 |
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.