<?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 file can not print in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/357624#M83997</link>
    <description>&lt;P&gt;There's a logical limit to how many variables you can have on a page.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I find it hard to believe that the page has to be 100in to fit all your columns - that's almost 10 pages wide.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Either way you need to split the report to run on multiple pages. There's no workaround for too many variables unless you're ok with it being too small to read.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 May 2017 18:19:17 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-05-10T18:19:17Z</dc:date>
    <item>
      <title>ods pdf file can not print</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/356715#M83668</link>
      <description>&lt;P&gt;My code:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;options&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;orientation&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=landscape &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;papersize&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;100&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;100&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in) &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;nonumber&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;topmargin&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;.25&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;bottommargin&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;.25&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;leftmargin&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;.25&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;rightmargin&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;.25&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;nocenter&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;escapechar&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'^'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;pdf&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"/mnt/nfs/prod/Sched/OpsDeptData/Operations/Reports/TPL_Membership/Summary/TPL_Membership_Summary_Test.pdf"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;%MACRO&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; TPLPDF(lobname);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;PROC REPORT DATA=TPLMEM.TPL_SUMMARY_&amp;amp;lobname;&lt;/P&gt;&lt;P&gt;COLUMN MONTH Category OVERALL_MEMBERSHIP TPL MEDICARE MEDICARE_SUPPLEMENTAL MEDICARE_A MEDICARE_B MEDICARE_AB MEDICARE_ADVANTAGE COMMERCIAL VISION DENTAL LIMITED_BENEFITS Casualty PHARMACY;&lt;/P&gt;&lt;P&gt;DEFINE MONTH/GROUP;&lt;/P&gt;&lt;P&gt;DEFINE MONTH/ORDER descending;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;title &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;" LOB &amp;amp;lobname TPL Membership"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;footnote&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;" Run at &amp;amp;sDay &amp;amp;stime"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;%mend&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; TPLPDF;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;%&lt;STRONG&gt;&lt;I&gt;TPLPDF&lt;/I&gt;&lt;/STRONG&gt;(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0100&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Output attached, bu tcan not print the normal size. how to fixed.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 May 2017 15:58:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/356715#M83668</guid>
      <dc:creator>JHE</dc:creator>
      <dc:date>2017-05-07T15:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf file can not print</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/356718#M83669</link>
      <description>&lt;P&gt;You do realize that you're creating a page that is 8 1/3 feet long and 8 1/3 feet wide.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While you can buy a printer that can handle that (&lt;A href="https://www.google.ca/search?q=printer+100%22+wide&amp;amp;tbm=isch&amp;amp;imgil=t-IDlDoe5ZBq-M%253A%253BuYK_3foRcZqM1M%253Bhttp%25253A%25252F%25252Fwww.liveauctionworld.com%25252FMUTOH-VALUE-JET-100-WIDE-FORMAT-PRINTER_i24172483&amp;amp;source=iu&amp;amp;pf=m&amp;amp;fir=t-IDlDoe5ZBq-M%253A%252CuYK_3foRcZqM1M%252C_&amp;amp;usg=__R6cia-Kwa2r12M6l1DQWPLf6SUs%3D&amp;amp;biw=1292&amp;amp;bih=652&amp;amp;ved=0ahUKEwikuu2Lm97TAhVl9IMKHVLtAdoQyjcIhgE&amp;amp;ei=h0wPWeTaEeXojwTS2ofQDQ#imgrc=t-IDlDoe5ZBq-M" target="_blank"&gt;https://www.google.ca/search?q=printer+100%22+wide&amp;amp;tbm=isch&amp;amp;imgil=t-IDlDoe5ZBq-M%253A%253BuYK_3foRcZqM1M%253Bhttp%25253A%25252F%25252Fwww.liveauctionworld.com%25252FMUTOH-VALUE-JET-100-WIDE-FORMAT-PRINTER_i24172483&amp;amp;source=iu&amp;amp;pf=m&amp;amp;fir=t-IDlDoe5ZBq-M%253A%252CuYK_3foRcZqM1M%252C_&amp;amp;usg=__R6cia-Kwa2r12M6l1DQWPLf6SUs%3D&amp;amp;biw=1292&amp;amp;bih=652&amp;amp;ved=0ahUKEwikuu2Lm97TAhVl9IMKHVLtAdoQyjcIhgE&amp;amp;ei=h0wPWeTaEeXojwTS2ofQDQ#imgrc=t-IDlDoe5ZBq-M&lt;/A&gt;: ), somehow I don't think that's what you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;</description>
      <pubDate>Sun, 07 May 2017 16:38:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/356718#M83669</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-05-07T16:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf file can not print</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/356721#M83670</link>
      <description>&lt;P&gt;I see, I need modify proc report with the size suitable.&lt;/P&gt;&lt;P&gt;I have 16 columns on the report, need to fit in one padge. legal size.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 May 2017 17:14:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/356721#M83670</guid>
      <dc:creator>JHE</dc:creator>
      <dc:date>2017-05-07T17:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf file can not print</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/356729#M83673</link>
      <description>&lt;P&gt;Legal size is 8.5"x11" not 100"x100" as you've specified.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;options&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;orientation&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=landscape&amp;nbsp;&lt;/FONT&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;papersize&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;100&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;in&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;100&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;in)&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;nonumber&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;topmargin&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;.25&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;bottommargin&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;.25&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;leftmargin&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;.25&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;rightmargin&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;.25&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;nocenter&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 May 2017 19:06:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/356729#M83673</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-07T19:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf file can not print</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/356730#M83674</link>
      <description>&lt;P&gt;Also, that report probably has confidential information, you should remove it from the forum.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 May 2017 19:07:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/356730#M83674</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-07T19:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf file can not print</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/356737#M83675</link>
      <description>&lt;P&gt;Last time I checked legal size paper is 8.5" by 14"&lt;/P&gt;</description>
      <pubDate>Sun, 07 May 2017 19:52:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/356737#M83675</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-05-07T19:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf file can not print</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/356741#M83677</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13711"&gt;@art297&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Last time I checked legal size paper is 8.5" by 14"&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13711"&gt;@art297&lt;/a&gt;&amp;nbsp;You're correct &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;8.5" x 11" -&amp;gt; Letter&lt;/P&gt;
&lt;P&gt;8.5" x 14" -&amp;gt; Legal&lt;/P&gt;
&lt;P&gt;17" x 11" -&amp;gt; &amp;nbsp;Letter x 2, can be folded over&amp;nbsp;and appear as a letter page when compiling documents which is sometimes nice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 May 2017 20:13:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/356741#M83677</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-07T20:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf file can not print</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/357580#M83967</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 17:12:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/357580#M83967</guid>
      <dc:creator>JHE</dc:creator>
      <dc:date>2017-05-10T17:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf file can not print</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/357595#M83977</link>
      <description>&lt;P&gt;My code: coudl not fit on one page, I think I need every column on proc report need resize.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;options&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;orientation&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=landscape &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;papersize&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;8.5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;14&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in) &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;nonumber&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;topmargin&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;.25&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;bottommargin&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;.25&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;leftmargin&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;.25&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;rightmargin&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;.25&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;nocenter&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;escapechar&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'^'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;pdf&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"/mnt/nfs/prod/Sched/OpsDeptData/Operations/Reports/TPL_Membership/Summary/TPL_Membership_Summary_Test.pdf"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;%MACRO&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; TPLPDF(lobname);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;PROC REPORT DATA=TPLMEM.TPL_SUMMARY_&amp;amp;lobname;&lt;/P&gt;&lt;P&gt;COLUMN MONTH Category OVERALL_MEMBERSHIP TPL MEDICARE MEDICARE_SUPPLEMENTAL MEDICARE_A MEDICARE_B MEDICARE_AB MEDICARE_ADVANTAGE COMMERCIAL VISION DENTAL LIMITED_BENEFITS Casualty PHARMACY;&lt;/P&gt;&lt;P&gt;DEFINE MONTH/GROUP;&lt;/P&gt;&lt;P&gt;DEFINE MONTH/ORDER descending;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;title &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;" LOB &amp;amp;lobname TPL Membership"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;footnote&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;" Run at &amp;amp;sDay &amp;amp;stime"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;%mend&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; TPLPDF;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;%&lt;STRONG&gt;&lt;I&gt;TPLPDF&lt;/I&gt;&lt;/STRONG&gt;(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0100&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 17:36:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/357595#M83977</guid>
      <dc:creator>JHE</dc:creator>
      <dc:date>2017-05-10T17:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf file can not print</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/357598#M83979</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/128890"&gt;@JHE&lt;/a&gt;&amp;nbsp;Your last post is unclear. Is this working for you now or do you still have issues? Remember we don't have your data and can't run your code or see the output or log, unless you provide them. If you're still having issues take the time to detail what's the problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you had, for example, I could be typing out an answer instead of taking the time to ask for more details.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 17:40:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/357598#M83979</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-10T17:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf file can not print</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/357605#M83983</link>
      <description>&lt;P&gt;Still need solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 17:50:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/357605#M83983</guid>
      <dc:creator>JHE</dc:creator>
      <dc:date>2017-05-10T17:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf file can not print</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/357606#M83984</link>
      <description>&lt;P&gt;If not (100in 100in) , it would not fit on one pdf page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 17:51:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/357606#M83984</guid>
      <dc:creator>JHE</dc:creator>
      <dc:date>2017-05-10T17:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf file can not print</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/357624#M83997</link>
      <description>&lt;P&gt;There's a logical limit to how many variables you can have on a page.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I find it hard to believe that the page has to be 100in to fit all your columns - that's almost 10 pages wide.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Either way you need to split the report to run on multiple pages. There's no workaround for too many variables unless you're ok with it being too small to read.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 18:19:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/357624#M83997</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-10T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf file can not print</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/357627#M83999</link>
      <description>&lt;P&gt;Alternatively, can't you just set the various column widths and use the flow option?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 18:24:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/357627#M83999</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-05-10T18:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf file can not print</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/357636#M84002</link>
      <description>&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;options&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;orientation&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=landscape &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;papersize&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;14&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;8.5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in) &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;nonumber&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;topmargin&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;.25&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;bottommargin&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;.25&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;leftmargin&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;.25&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;rightmargin&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;.25&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;in&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;nocenter&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;escapechar&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'^'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;This is works.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 18:39:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-pdf-file-can-not-print/m-p/357636#M84002</guid>
      <dc:creator>JHE</dc:creator>
      <dc:date>2017-05-10T18:39:52Z</dc:date>
    </item>
  </channel>
</rss>

