<?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: Help on SAS ODS in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Help-on-SAS-ODS/m-p/208574#M13831</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, the page size is only so big.&amp;nbsp; You can do a few things to shrink sizes:&lt;/P&gt;&lt;P&gt;ods pdf file="c:\abc.pdf";&lt;/P&gt;&lt;P&gt;proc report data=have nowd split="~";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; columns a b c d;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; define a / "A~B" style(colum)={cellwidth=2cm font_size=8pt};&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in the above, I shrink the layout by doing these things:&lt;/P&gt;&lt;P&gt;the Label A B, I split this over two lines with the split char ~.&amp;nbsp; I also fix the column width, this will of course cause wrapping in the cell, but if you want to squish it on one page, then there has to be concessions).&amp;nbsp; And also I shrink the font size.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jul 2015 12:24:29 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2015-07-22T12:24:29Z</dc:date>
    <item>
      <title>Help on SAS ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Help-on-SAS-ODS/m-p/208573#M13830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be really great , if you could help me on the below scenario. I have dataset which has 13 column and it needs to be converted as pdf or rtf file format so i have used ODSbut the problem is I am not getting all the columns in the single layer. my output format is 5 columns in first layer, 4 columns in second layer and 4 columns in third layer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to meet &lt;SPAN style="font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: EN-US; mso-ansi-language: EN-GB; mso-bidi-language: AR-SA;"&gt;aesthetics &lt;/SPAN&gt;i want all the columns should be in single layer itself. Please see the example below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Emp_No&amp;nbsp;&amp;nbsp; Emp_Name&amp;nbsp;&amp;nbsp; Department&amp;nbsp;&amp;nbsp; DOB&amp;nbsp;&amp;nbsp; DOJ&amp;nbsp;&amp;nbsp; Base_Branch&amp;nbsp;&amp;nbsp; Salary&amp;nbsp;&amp;nbsp; DOP&amp;nbsp;&amp;nbsp; Experience&amp;nbsp;&amp;nbsp; Base_Branch&amp;nbsp;&amp;nbsp; Deputed_Branch&amp;nbsp;&amp;nbsp; Birth_Place&amp;nbsp;&amp;nbsp; Nationality&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 12:02:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Help-on-SAS-ODS/m-p/208573#M13830</guid>
      <dc:creator>KannanBaskar</dc:creator>
      <dc:date>2015-07-22T12:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help on SAS ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Help-on-SAS-ODS/m-p/208574#M13831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, the page size is only so big.&amp;nbsp; You can do a few things to shrink sizes:&lt;/P&gt;&lt;P&gt;ods pdf file="c:\abc.pdf";&lt;/P&gt;&lt;P&gt;proc report data=have nowd split="~";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; columns a b c d;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; define a / "A~B" style(colum)={cellwidth=2cm font_size=8pt};&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in the above, I shrink the layout by doing these things:&lt;/P&gt;&lt;P&gt;the Label A B, I split this over two lines with the split char ~.&amp;nbsp; I also fix the column width, this will of course cause wrapping in the cell, but if you want to squish it on one page, then there has to be concessions).&amp;nbsp; And also I shrink the font size.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 12:24:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Help-on-SAS-ODS/m-p/208574#M13831</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-07-22T12:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help on SAS ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Help-on-SAS-ODS/m-p/208575#M13832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;options orientation=landscape pagesize=max ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 14:41:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Help-on-SAS-ODS/m-p/208575#M13832</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-07-24T14:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help on SAS ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Help-on-SAS-ODS/m-p/208576#M13833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Yes ORIENTATION= LANDSCAPE will work to increase the available horizontal area. And, you can use the margin options to decrease the normal margins. But ODS PDF does not use PAGESIZE option settings. If you look at the documentation on PAGESIZE, you will see that it is mostly a LISTING option&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lesysoptsref/68023/HTML/default/viewer.htm#n02ek00ir5ihs8n1rewzb5obh1p7.htm" title="http://support.sas.com/documentation/cdl/en/lesysoptsref/68023/HTML/default/viewer.htm#n02ek00ir5ihs8n1rewzb5obh1p7.htm"&gt;SAS(R) 9.4 System Options: Reference, Fourth Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; And since ODS PDF is making a page size based on a bunch of other settings, the "max" of 32767 "lines" doesn't make sense, since PDF uses settings like ORIENTATION, PAPERSIZE, MARGINS (for options) and font size, cellwidth and cellpadding for the report cells, using PAGESIZE=MAX isn't the best choice for ODS PDF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 16:02:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Help-on-SAS-ODS/m-p/208576#M13833</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-07-24T16:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Help on SAS ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Help-on-SAS-ODS/m-p/208577#M13834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry. It is papersize= , I mixed up with pagesize=.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="keyword" style="color: #0000ff; font-family: 'Courier New', Menlo, 'Lucida Console'; font-size: 16px; background-color: #f0f1f2;"&gt;options&lt;/SPAN&gt;&lt;SPAN class="text" style="color: black; font-family: 'Courier New', Menlo, 'Lucida Console'; font-size: 16px; background-color: #f0f1f2;"&gt; &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: #0000ff; font-family: 'Courier New', Menlo, 'Lucida Console'; font-size: 16px; background-color: #f0f1f2;"&gt;papersize&lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black; font-family: 'Courier New', Menlo, 'Lucida Console'; font-size: 16px; background-color: #f0f1f2;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black; font-family: 'Courier New', Menlo, 'Lucida Console'; font-size: 16px; background-color: #f0f1f2;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="numeric" style="color: #008080; font-weight: bold; font-family: 'Courier New', Menlo, 'Lucida Console'; font-size: 16px; background-color: #f0f1f2;"&gt;10&lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: #0000ff; font-family: 'Courier New', Menlo, 'Lucida Console'; font-size: 16px; background-color: #f0f1f2;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 16px; background-color: #f0f1f2; font-family: 'Courier New', Menlo, 'Lucida Console';"&gt; &lt;/SPAN&gt;&lt;SPAN class="numeric" style="color: #008080; font-weight: bold; font-family: 'Courier New', Menlo, 'Lucida Console'; font-size: 16px; background-color: #f0f1f2;"&gt;40&lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: #0000ff; font-family: 'Courier New', Menlo, 'Lucida Console'; font-size: 16px; background-color: #f0f1f2;"&gt;in&lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black; font-family: 'Courier New', Menlo, 'Lucida Console'; font-size: 16px; background-color: #f0f1f2;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="sep" style="color: black; font-family: 'Courier New', Menlo, 'Lucida Console'; font-size: 16px; background-color: #f0f1f2;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="sep" style="color: black; font-family: 'Courier New', Menlo, 'Lucida Console'; font-size: 16px; background-color: #f0f1f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="sep" style="color: black; font-family: 'Courier New', Menlo, 'Lucida Console'; font-size: 16px; background-color: #f0f1f2;"&gt;Papersize= can enable you to define as wide paper as you want .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="sep" style="color: black; font-family: 'Courier New', Menlo, 'Lucida Console'; font-size: 16px; background-color: #f0f1f2;"&gt;Which means you can hold all these variables in a row .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="sep" style="color: black; font-family: 'Courier New', Menlo, 'Lucida Console'; font-size: 16px; background-color: #f0f1f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="sep" style="color: black; font-family: 'Courier New', Menlo, 'Lucida Console'; font-size: 16px; background-color: #f0f1f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="sep" style="color: black; font-family: 'Courier New', Menlo, 'Lucida Console'; font-size: 16px; background-color: #f0f1f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="sep" style="color: black; font-family: 'Courier New', Menlo, 'Lucida Console'; font-size: 16px; background-color: #f0f1f2;"&gt;Xia Keshan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jul 2015 06:32:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Help-on-SAS-ODS/m-p/208577#M13834</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-07-25T06:32:38Z</dc:date>
    </item>
  </channel>
</rss>

