<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Stored Process _WEBOUT Missing Horizontal Scroll Bar in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Stored-Process-WEBOUT-Missing-Horizontal-Scroll-Bar/m-p/624358#M183917</link>
    <description>&lt;P&gt;Hi --&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My stored procedures that return data to the _WEBOUT pane of the stored process web app are missing horizontal scroll bars when the report returns data that is too wide to fit in the existing pane. I've tried to use several browsers (chrome, firefox, IE) and still have the same issue across browsers. The vertical scroll bar automatically comes up and is not an issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using the following options on the stored process URL:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://zzzz.zzzzz.zzzzz/SASStoredProcess/do?_ACTION=properties&amp;amp;_ACTION=INDEX" target="_blank"&gt;https://zzzz.zzzzz.zzzzz/SASStoredProcess/do?_ACTION=properties&amp;amp;_ACTION=INDEX&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Code for delivering my report to the user:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods tagsets.tableeditor file=_WEBOUT
options(frozen_headers="yes" data_type="String,String,String,String,String,String,String,String,String,String,String"
	            sort="yes"
	            sort_underline="yes");

		options missing='0' label;
		proc print data=work.t3 noobs;run;
		title; footnote;

ods tagsets.tableeditor close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Any ideas on what the issue might be?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2020 22:27:37 GMT</pubDate>
    <dc:creator>mdavidson</dc:creator>
    <dc:date>2020-02-12T22:27:37Z</dc:date>
    <item>
      <title>Stored Process _WEBOUT Missing Horizontal Scroll Bar</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Stored-Process-WEBOUT-Missing-Horizontal-Scroll-Bar/m-p/624358#M183917</link>
      <description>&lt;P&gt;Hi --&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My stored procedures that return data to the _WEBOUT pane of the stored process web app are missing horizontal scroll bars when the report returns data that is too wide to fit in the existing pane. I've tried to use several browsers (chrome, firefox, IE) and still have the same issue across browsers. The vertical scroll bar automatically comes up and is not an issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using the following options on the stored process URL:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://zzzz.zzzzz.zzzzz/SASStoredProcess/do?_ACTION=properties&amp;amp;_ACTION=INDEX" target="_blank"&gt;https://zzzz.zzzzz.zzzzz/SASStoredProcess/do?_ACTION=properties&amp;amp;_ACTION=INDEX&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Code for delivering my report to the user:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods tagsets.tableeditor file=_WEBOUT
options(frozen_headers="yes" data_type="String,String,String,String,String,String,String,String,String,String,String"
	            sort="yes"
	            sort_underline="yes");

		options missing='0' label;
		proc print data=work.t3 noobs;run;
		title; footnote;

ods tagsets.tableeditor close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Any ideas on what the issue might be?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 22:27:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Stored-Process-WEBOUT-Missing-Horizontal-Scroll-Bar/m-p/624358#M183917</guid>
      <dc:creator>mdavidson</dc:creator>
      <dc:date>2020-02-12T22:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process _WEBOUT Missing Horizontal Scroll Bar</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Stored-Process-WEBOUT-Missing-Horizontal-Scroll-Bar/m-p/624387#M183931</link>
      <description>Hi:&lt;BR /&gt;  You might want to check with Tech Support. My memory was that TAGSETS.TABLEEDITOR used embedded JavaScript and that there might be problems depending on the scripting allowed by your browser. But what I can't remember was whether that was only when you were making a pivot table or under other circumstances.&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
      <pubDate>Thu, 13 Feb 2020 01:27:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Stored-Process-WEBOUT-Missing-Horizontal-Scroll-Bar/m-p/624387#M183931</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-02-13T01:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process _WEBOUT Missing Horizontal Scroll Bar</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Stored-Process-WEBOUT-Missing-Horizontal-Scroll-Bar/m-p/624581#M184019</link>
      <description>&lt;P&gt;Thanks Cynthia! In my case, I didn't need to use the tableeditor tagset, so I switched to ODS HTML and it worked!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 18:47:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Stored-Process-WEBOUT-Missing-Horizontal-Scroll-Bar/m-p/624581#M184019</guid>
      <dc:creator>mdavidson</dc:creator>
      <dc:date>2020-02-13T18:47:43Z</dc:date>
    </item>
  </channel>
</rss>

