Hello,
how can i freeze the headline in PROC REPORT when i scroll the page? Is this possible?
Thank you very much
Best regards
George
If you are outputting the results of PROC REPORT to Excel via ODS EXCEL or ODS TAGSETS.EXCELXP, then freezing the top row in place is possible, as this is a feature of Excel.
ods excel file="myfolder\ods_excel_example.xlsx" options(frozen_headers="ON");
If you are outputting the results to some other destination, it probably isn't possible as there is no concept of freezing the top row in the other destinations.
Thank you very much.
Of course - I need it for HTML...:) I hope the tutorial will work also with new browsers.
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
Explore Now →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.