How to freeze top row in SAS tagset? -


i tested tagset

ods tagsets.tableeditor file="c:\temp.html"     options(pageheight="300"             pagewidth="35%"             frozen_headers="yes"             frozen_rowheaders="yes"             );  proc print data=sashelp.class; run; 

however, not freeze headers. can't see difference . these 2 lines not freeze headers way done in excel frozen_headers="yes" frozen_rowheaders="yes"

is there option freeze top row way done in excel ?


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -