Is it possible to publish SAS dataset as stand-alone on a web page and users can view the dataset, filter it as in SAS viewer but all these should be done without SAS or SAS Viewer at the background? If so, is there any supporting SAS controls that would make it feasible. Any help/suggestions would be appreciated. Thanks.
I'm assuming that you would still use SAS in a batch job to print the data to an HTML file?
Have you checked the ods tagset functionality? There are examples for how to add scrolling through the table in this paper: http://www2.sas.com/proceedings/sugi30/085-30.pdf
Maybe you could determine a mechanism to filter on a column?