<?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 pdf sending whole data set? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ODS-pdf-sending-whole-data-set/m-p/598574#M172631</link>
    <description>file- should be file=, equals instead of a dash. &lt;BR /&gt;&lt;BR /&gt;Otherwise your code looks correct. If this is just a typo, please post your code and log.</description>
    <pubDate>Wed, 23 Oct 2019 01:42:06 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-10-23T01:42:06Z</dc:date>
    <item>
      <title>ODS pdf sending whole data set?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-pdf-sending-whole-data-set/m-p/598573#M172630</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to export results to a PDF but despite the results showing up in the results viewer in SAS, whenever I add the ods PDF code it ends up just giving me a PDF with the ENTIRE dataset.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sure this is an easy fix but I'm not seeing it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry and thanks!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;P&gt;ods pdf file-"uniresults.pdf";&lt;/P&gt;&lt;P&gt;proc univariate data=file4;&lt;/P&gt;&lt;P&gt;var apple orange panda&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 01:40:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-pdf-sending-whole-data-set/m-p/598573#M172630</guid>
      <dc:creator>klongway</dc:creator>
      <dc:date>2019-10-23T01:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: ODS pdf sending whole data set?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-pdf-sending-whole-data-set/m-p/598574#M172631</link>
      <description>file- should be file=, equals instead of a dash. &lt;BR /&gt;&lt;BR /&gt;Otherwise your code looks correct. If this is just a typo, please post your code and log.</description>
      <pubDate>Wed, 23 Oct 2019 01:42:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-pdf-sending-whole-data-set/m-p/598574#M172631</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-10-23T01:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: ODS pdf sending whole data set?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-pdf-sending-whole-data-set/m-p/598576#M172632</link>
      <description>&lt;P&gt;Oh yes, just a typo&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;P&gt;ods pdf file="uniresults.pdf";&lt;/P&gt;&lt;P&gt;proc univariate data=file4;&lt;/P&gt;&lt;P&gt;var apple orange panda&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Log:&lt;/P&gt;&lt;P&gt;everything runs fine till the last line which says&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error: Device is offline (in a dark brown color)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The computer I'm coding on isn't allowed to be hooked up to the internet (per the data security agreement)...:/&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 01:46:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-pdf-sending-whole-data-set/m-p/598576#M172632</guid>
      <dc:creator>klongway</dc:creator>
      <dc:date>2019-10-23T01:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: ODS pdf sending whole data set?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-pdf-sending-whole-data-set/m-p/598583#M172634</link>
      <description>Likely an issue with graphics then. If you don't need the graphics turn them off, otherwise you may have set something somewhere else that's causing issues. What about other destinations? &lt;BR /&gt;If it's a secure lab, like a Statistics Canada RDC, they actually explicitly turn this off so you cannot extract data this way. Only they can generate the output.</description>
      <pubDate>Wed, 23 Oct 2019 02:29:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-pdf-sending-whole-data-set/m-p/598583#M172634</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-10-23T02:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: ODS pdf sending whole data set?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-pdf-sending-whole-data-set/m-p/598592#M172638</link>
      <description>&lt;P&gt;Thank you Reeza!!! My IT person just got back to me and said its the default. I just like the PDF for the formatting!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wish I was somewhere so cool, I'm just a lowly grad student with a computer I've signed away by first born child on to use!!!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 03:14:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-pdf-sending-whole-data-set/m-p/598592#M172638</guid>
      <dc:creator>klongway</dc:creator>
      <dc:date>2019-10-23T03:14:13Z</dc:date>
    </item>
  </channel>
</rss>

