<?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 ODS pdf in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ODS-pdf/m-p/514373#M138714</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I am using ODS pdf and get a warning message&lt;/P&gt;
&lt;P&gt;"WARNING: Unsupported device 'ACTIVEX' for PDF destination. Using device 'ACTXIMG'."&lt;/P&gt;
&lt;P&gt;What does it mean please?&lt;/P&gt;
&lt;P&gt;What should I do to stop this warning?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ODS pdf  file= "/path/example1.pdf";
 
PROC print data=sashelp.class;
RUN;
 
ODS pdf CLOSE;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Nov 2018 08:39:27 GMT</pubDate>
    <dc:creator>Ronein</dc:creator>
    <dc:date>2018-11-19T08:39:27Z</dc:date>
    <item>
      <title>ODS pdf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-pdf/m-p/514373#M138714</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I am using ODS pdf and get a warning message&lt;/P&gt;
&lt;P&gt;"WARNING: Unsupported device 'ACTIVEX' for PDF destination. Using device 'ACTXIMG'."&lt;/P&gt;
&lt;P&gt;What does it mean please?&lt;/P&gt;
&lt;P&gt;What should I do to stop this warning?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ODS pdf  file= "/path/example1.pdf";
 
PROC print data=sashelp.class;
RUN;
 
ODS pdf CLOSE;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 08:39:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-pdf/m-p/514373#M138714</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2018-11-19T08:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: ODS pdf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-pdf/m-p/514377#M138718</link>
      <description>&lt;P&gt;Googe search is an amazing tool, its first response to that warning was this SAS technical note:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/31/619.html" target="_blank"&gt;http://support.sas.com/kb/31/619.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So close listing destination.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 08:45:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-pdf/m-p/514377#M138718</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-11-19T08:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: ODS pdf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-pdf/m-p/514380#M138720</link>
      <description>&lt;P&gt;Maxim 6: Google is your friend.&lt;/P&gt;
&lt;P&gt;A search for "WARNING: Unsupported device 'ACTIVEX' for PDF destination. Using device 'ACTXIMG'." will get you lots of information about this WARNING, and that it can be safely ignored.&lt;/P&gt;
&lt;P&gt;If you want to prevent it (eg because you don't want WARNINGs in a batch job), follow the second result of the above search to find that&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;goptions device=ACTXIMG;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;will do that (issue it right before ODS PDF).&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 08:49:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-pdf/m-p/514380#M138720</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-11-19T08:49:32Z</dc:date>
    </item>
  </channel>
</rss>

