BookmarkSubscribeRSS Feed
defaz
Fluorite | Level 6

hi all,

I just got into tabeeditor tagset.

Test in Eguide was succesfull:

ods tagsets.tableeditor file="/my/target/folder/test01.html"
    options(pageheight="300"
            pagewidth="35%"
            frozen_headers="yes"
            frozen_rowheaders="yes"
            );

proc print data=sashelp.class;
run;

ods tagsets.tableeditor close;

Result:

 

SAS Enterprise Guide_2017-01-29_20-01-49.png

 

That's OK. But if I download the file from the unix server to my desktop pc and open it locally:

I EDITED THE IMAGE BECAUSE it showed a horizontal scrollbar because of browser window was narrowed!

No this image shows the issue:

 

SAS Output_2017-01-29_20-32-04.png

 

If I change compatibility, every level has other issues.....:

 

SAS Output_2017-01-29_20-10-56.png

 

IE 8+9:

 

SAS Output_2017-01-29_20-14-09.png

 

IE 10:

SAS Output_2017-01-29_20-17-03.png

 

and finally IE Edge:

 

SAS Output_2017-01-29_20-21-48.png

 

I expected SAS to create the appropriate Javascript, but there is nothing:

<script language="javascript" type="text/javascript">
<!-- 
function startup(){
 remscroll() }
function shutdown(){
}
//-->
</script>
<script language="javascript" type="text/javascript">
<!-- 
var _info = navigator.userAgent
var _ie = (_info.indexOf("MSIE") > 0
          && _info.indexOf("Win") > 0
          && _info.indexOf("Windows 3.1") < 0);
var _ie64 = _info.indexOf("x64") > 0

//-->
</script>

 

The same issue if I have output in a web stored process with file=_webout

What i'm doing wrong?

 

tanks a lot in advance

1 REPLY 1
ballardw
Super User

I am not clear on what the actual problem is. Is it that there is a scroll bar? That it is too wide? Something else. Please state what the problem is.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 837 views
  • 0 likes
  • 2 in conversation