<?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: ODS Graphics Output to Listing &amp;amp; HTML? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Graphics-Output-to-Listing-amp-HTML/m-p/695573#M20652</link>
    <description>Awesome!  Thanks a bunch.</description>
    <pubDate>Fri, 30 Oct 2020 18:27:33 GMT</pubDate>
    <dc:creator>Daisy2</dc:creator>
    <dc:date>2020-10-30T18:27:33Z</dc:date>
    <item>
      <title>ODS Graphics Output to Listing &amp; HTML?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Graphics-Output-to-Listing-amp-HTML/m-p/695384#M20647</link>
      <description>&lt;P&gt;I'm working in SAS Enterprise Guide and have ODS GRAPHICS ON.&amp;nbsp; So I get a nice SAS Report in my results.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to export &lt;U&gt;Selected&lt;/U&gt; graphs at high dpi and still get &lt;U&gt;all tables and graphs&lt;/U&gt; in the html output. How do I do that?&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With current code shown below I'm only getting the&amp;nbsp;&lt;U&gt;selected&amp;nbsp;&lt;/U&gt; graph as separate files and that same &lt;U&gt;limited outpu&lt;/U&gt;t in the html report.&amp;nbsp; Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on;
options ls=78;
/* ods trace on;*/
ODS LISTING GPATH = '\\User\SASOutput\' image_dpi=300;
ODS GRAPHICS / RESET IMAGENAME = 'pN_CV_R1_' IMAGEFMT = TIFF;
ODS SELECT CVPlot;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 29 Oct 2020 23:46:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-Graphics-Output-to-Listing-amp-HTML/m-p/695384#M20647</guid>
      <dc:creator>Daisy2</dc:creator>
      <dc:date>2020-10-29T23:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Graphics Output to Listing &amp; HTML?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Graphics-Output-to-Listing-amp-HTML/m-p/695572#M20651</link>
      <description>&lt;P&gt;You can independently maintain a "select list" for each open ODS destination. For example, the following statements include all tables and plots in the HTML destination. It also opens the LISTING destination and selects only one table and one plot for that destination.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods listing;
proc reg data=sashelp.class plots=all;
   model weight=height;
   ods html select all;
   ods listing select ParameterEstimates fitplot;
quit;
ods listing close;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 30 Oct 2020 18:20:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-Graphics-Output-to-Listing-amp-HTML/m-p/695572#M20651</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-10-30T18:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Graphics Output to Listing &amp; HTML?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-Graphics-Output-to-Listing-amp-HTML/m-p/695573#M20652</link>
      <description>Awesome!  Thanks a bunch.</description>
      <pubDate>Fri, 30 Oct 2020 18:27:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-Graphics-Output-to-Listing-amp-HTML/m-p/695573#M20652</guid>
      <dc:creator>Daisy2</dc:creator>
      <dc:date>2020-10-30T18:27:33Z</dc:date>
    </item>
  </channel>
</rss>

