<?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: Proc Report PDF in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Proc-Report-PDF/m-p/969897#M43334</link>
    <description>&lt;P&gt;Did you close all other ODS destinations before using PDF?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please show your code and log.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Jun 2025 20:57:38 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2025-06-27T20:57:38Z</dc:date>
    <item>
      <title>Proc Report PDF</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Report-PDF/m-p/969879#M43333</link>
      <description>&lt;P&gt;SAS generates PDF report, but also showing this error:&lt;/P&gt;&lt;P&gt;"ERROR: Line size too small to place one of the non-ID columns to the right of the ID column(s)."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions on what might cause such an error or how to solve.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 17:18:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Report-PDF/m-p/969879#M43333</guid>
      <dc:creator>sum_sand</dc:creator>
      <dc:date>2025-06-27T17:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report PDF</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Report-PDF/m-p/969897#M43334</link>
      <description>&lt;P&gt;Did you close all other ODS destinations before using PDF?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please show your code and log.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 20:57:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Report-PDF/m-p/969897#M43334</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2025-06-27T20:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report PDF</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Report-PDF/m-p/969918#M43335</link>
      <description>&lt;P&gt;You could try ID + PAGE options:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ods pdf file='c:\temp\temp.pdf';
proc report data=sashelp.class nowd;
column name age sex weight height;
define name/id;
define weight/page;
run;
ods pdf close;&lt;/PRE&gt;</description>
      <pubDate>Sat, 28 Jun 2025 07:07:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Report-PDF/m-p/969918#M43335</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2025-06-28T07:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report PDF</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Report-PDF/m-p/969931#M43336</link>
      <description>&lt;P&gt;Current SAS system settings for Linesize and Papersize are what?&lt;/P&gt;
&lt;P&gt;The total of the defined lengths for the ID variables?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For best results any time you ask a question about an Error message you should include the log showing the submitted code along with all the messages from the step that throws the error. IF the code might in a macro then set option MPRINT before executing the macro to generate more details and so the error message is more likely to appear near the problem code.&amp;nbsp; Copy the log then on the forum open a text box using the &amp;lt;/&amp;gt; icon above the message window and paste all the copied text. The text box helps preserves formatting of the log text and will visually separate the log from other commentary or response text typed.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jun 2025 21:21:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Report-PDF/m-p/969931#M43336</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2025-06-28T21:21:56Z</dc:date>
    </item>
  </channel>
</rss>

