I've asked SAS support for solution for freezing html title while rendering html by SAS 9.3
and haven't got an answer for more the a year. (SAS 7612193400)
All existing answers in sas.support don't work under Explorer 11 - Edge
for this purpose and also not for the table editor (unless we use Compatible Mode
for the html, but the Compatible Mode is useless when changing Zones).
I didn't found any right solution for this purpose and even by using vbscript.
The freezing of Html table title is a must for SAS Html Reports.
I appreciate if anyone has an answer for it.
I found an example on codepen, showing how to fix table header using html+css: https://codepen.io/tjvantoll/pen/JEKIu
Unfortunately there is no easy way to get that into sas. Maybe with proc template.
The easiest to implement such changes is to post-process the HTML file.
Just read it in a data step after the ods html close; statement and add the bits of missing text.
unfortunately I get the mesege that Codepane does not work with Ie11
This isn't really a SAS problem at all so I think you would get more helpful responses on forums specialising in Microsoft browsers.
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.