<?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 Controlling ODS output in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Controlling-ODS-output/m-p/201832#M50407</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to change the left and right margins in the pdf files I am outputting.&amp;nbsp; Actually, the real problem is that each obs requires more than one line, so I thought I would start with the orientation and margin width.&amp;nbsp; I would welcome suggestions for any other options that would allow me to output one record per line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;partial code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%macro elemREP (num=);&lt;/P&gt;&lt;P&gt;ods pdf body="G:\Departments\Research\Misc\EVAAS\1415\School Rosters\&amp;amp;num._Verify_Roster_EVAAS.pdf";&lt;/P&gt;&lt;P&gt;options orientation=landscape nodate pageno=1 leftmargin=.1 rightmargin=.1;&lt;/P&gt;&lt;P&gt;proc print data=joinelem4 noobs;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Apr 2015 18:26:14 GMT</pubDate>
    <dc:creator>GreggB</dc:creator>
    <dc:date>2015-04-22T18:26:14Z</dc:date>
    <item>
      <title>Controlling ODS output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Controlling-ODS-output/m-p/201832#M50407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to change the left and right margins in the pdf files I am outputting.&amp;nbsp; Actually, the real problem is that each obs requires more than one line, so I thought I would start with the orientation and margin width.&amp;nbsp; I would welcome suggestions for any other options that would allow me to output one record per line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;partial code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%macro elemREP (num=);&lt;/P&gt;&lt;P&gt;ods pdf body="G:\Departments\Research\Misc\EVAAS\1415\School Rosters\&amp;amp;num._Verify_Roster_EVAAS.pdf";&lt;/P&gt;&lt;P&gt;options orientation=landscape nodate pageno=1 leftmargin=.1 rightmargin=.1;&lt;/P&gt;&lt;P&gt;proc print data=joinelem4 noobs;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 18:26:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Controlling-ODS-output/m-p/201832#M50407</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2015-04-22T18:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling ODS output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Controlling-ODS-output/m-p/201833#M50408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Post it as ODS and Report forum . Cynthia@sas will give you some good idea .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 13:31:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Controlling-ODS-output/m-p/201833#M50408</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-04-23T13:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling ODS output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Controlling-ODS-output/m-p/201834#M50409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can change paper size by it :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options papersize=(10in 4in);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 13:25:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Controlling-ODS-output/m-p/201834#M50409</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-04-24T13:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling ODS output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Controlling-ODS-output/m-p/201835#M50410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whilst you may get some extra width by changing to landscape and shrinking the borders, and also reducing font size, the paper is at the end of the day only so big.&amp;nbsp; You may want to consider processing your dataset and splitting things out, maybe create additional rows for long strings, combine variables etc.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 13:52:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Controlling-ODS-output/m-p/201835#M50410</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-04-24T13:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling ODS output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Controlling-ODS-output/m-p/201836#M50411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Duplicate posting. Correct answer at this link: &lt;A _jive_internal="true" href="https://communities.sas.com/message/269840#269840"&gt;https://communities.sas.com/message/269840#269840&lt;/A&gt; &lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 20:34:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Controlling-ODS-output/m-p/201836#M50411</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-04-24T20:34:07Z</dc:date>
    </item>
  </channel>
</rss>

