<?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 Re: How to show internal browser. in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-show-internal-browser/m-p/820953#M25857</link>
    <description>&lt;P&gt;I am not sure&amp;nbsp; exactly what viewer you mean by "internal browser". ODS results only appear in the ODS destination(s) open.&lt;/P&gt;
&lt;P&gt;The command&amp;nbsp; ODS Results will change the focus to the results window. In a program&lt;/P&gt;
&lt;PRE&gt;DM 'ods results';&lt;/PRE&gt;
&lt;P&gt;or Do you mean the data set viewer? That is the VIEWTABLE, short VT, command which can be issued with a DM command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Syntax in a program file would look like:&lt;/P&gt;
&lt;PRE&gt;dm 'VT libname.datasetname';&lt;/PRE&gt;</description>
    <pubDate>Wed, 29 Jun 2022 15:34:52 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2022-06-29T15:34:52Z</dc:date>
    <item>
      <title>How to show internal browser.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-show-internal-browser/m-p/820849#M25856</link>
      <description>&lt;P&gt;I want to show internal browser "results viewer" by &lt;STRIKE&gt;dm command&lt;/STRIKE&gt; at specific timing.&lt;/P&gt;
&lt;P&gt;I found dm next command but it can not show results viewer window but activate window and it works after all steps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I would like to do is to control the display of the results viewer not after the submit is finished,&lt;/P&gt;
&lt;P&gt;but displaying the results of the proc print after a specific proc step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for example&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods _all_ close;
ods html;
proc print data=sashelp.class;
run;
/* I wanna show results of sashelp.class by viewer here */
data _null_;
  rc=sleep(5);/* sleep is example of process. */
run;
proc print data=sashelp.cars;
run;
/* nomally results viewer showed here */&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Does anyone know?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 05:21:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-show-internal-browser/m-p/820849#M25856</guid>
      <dc:creator>japelin</dc:creator>
      <dc:date>2022-06-29T05:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to show internal browser.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-show-internal-browser/m-p/820953#M25857</link>
      <description>&lt;P&gt;I am not sure&amp;nbsp; exactly what viewer you mean by "internal browser". ODS results only appear in the ODS destination(s) open.&lt;/P&gt;
&lt;P&gt;The command&amp;nbsp; ODS Results will change the focus to the results window. In a program&lt;/P&gt;
&lt;PRE&gt;DM 'ods results';&lt;/PRE&gt;
&lt;P&gt;or Do you mean the data set viewer? That is the VIEWTABLE, short VT, command which can be issued with a DM command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Syntax in a program file would look like:&lt;/P&gt;
&lt;PRE&gt;dm 'VT libname.datasetname';&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 Jun 2022 15:34:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-show-internal-browser/m-p/820953#M25857</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-06-29T15:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to show internal browser.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-show-internal-browser/m-p/827290#M25884</link>
      <description>&lt;P&gt;As it turns out, there is no way to do this.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 04:23:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-show-internal-browser/m-p/827290#M25884</guid>
      <dc:creator>japelin</dc:creator>
      <dc:date>2022-08-05T04:23:32Z</dc:date>
    </item>
  </channel>
</rss>

