<?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 region layout question in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-region-layout-question/m-p/295982#M16773</link>
    <description>&lt;P&gt;This took a good while to research, but the issue relates to having the width and height specified on the region statement.&amp;nbsp; Removing these two parameters made the problem go away.&amp;nbsp; It shouldn't have been an issue but is in the current release.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my case it was workable as I have white backgrounds on the region anyway and it worked just fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--Ben&lt;/P&gt;</description>
    <pubDate>Thu, 01 Sep 2016 19:31:39 GMT</pubDate>
    <dc:creator>BenConner</dc:creator>
    <dc:date>2016-09-01T19:31:39Z</dc:date>
    <item>
      <title>ods region layout question</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-region-layout-question/m-p/288998#M16542</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a sample program:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%let path=c:\users\bconner\;&lt;/P&gt;
&lt;P&gt;ods escapechar='^';&lt;BR /&gt;options orientation=landscape;&lt;/P&gt;
&lt;P&gt;dm 'clear log';&lt;BR /&gt;ods PDF file="&amp;amp;path.test.pdf" notoc;&lt;BR /&gt;ods layout absolute y=.25in x=.25in width=10.5in height=8in;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ods region y=.32in x=8.125in width=2in height=.8125in&amp;nbsp; style={background=green};&lt;BR /&gt;ods text = "^{style[background=lightgreen]Line 1}";&lt;/P&gt;
&lt;P&gt;ods region y=2.025in x=.1in width=5in height=.25in style={background=blue};&lt;BR /&gt;ods text = "Line 2";&lt;/P&gt;
&lt;P&gt;ods layout end;&lt;BR /&gt;ods pdf close;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That generates the following log:&lt;/P&gt;
&lt;P&gt;7162&amp;nbsp; options orientation=landscape;&lt;BR /&gt;7163&lt;BR /&gt;7164&amp;nbsp; dm 'clear log';&lt;BR /&gt;7165&amp;nbsp; ods PDF file="&amp;amp;path.test.pdf" notoc;&lt;BR /&gt;SYMBOLGEN:&amp;nbsp; Macro variable PATH resolves to c:\users\bconner\&lt;BR /&gt;NOTE: Writing ODS PDF output to DISK destination "c:\users\bconner\test.pdf", printer "PDF".&lt;BR /&gt;7166&amp;nbsp; ods layout absolute y=.25in x=.25in width=10.5in height=8in;&lt;BR /&gt;7167&lt;BR /&gt;7168&lt;BR /&gt;7169&amp;nbsp; ods region y=.32in x=8.125in width=2in height=.8125in&amp;nbsp; style={background=green};&lt;BR /&gt;7170&amp;nbsp; ods text = "^{style[background=lightgreen]Line 1}";&lt;BR /&gt;7171&lt;BR /&gt;7172&amp;nbsp; ods region y=2.025in x=.1in width=5in height=.25in style={background=blue};&lt;BR /&gt;WARNING: WIDTH exceeds LAYOUT WIDTH for PDF destination. This option will be ignored.&lt;BR /&gt;7173&lt;BR /&gt;7174&amp;nbsp; ods text = "Line 2";&lt;BR /&gt;7175&lt;BR /&gt;7176&amp;nbsp; ods layout end;&lt;BR /&gt;7177&amp;nbsp; ods pdf close;&lt;BR /&gt;NOTE: ODS PDF printed 1 page to c:\users\bconner\test.pdf.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can't see why the warning gets generated.&amp;nbsp; The layout width is 10".&amp;nbsp; The region starts at .1" and goes for 5", ending at 5.1".&amp;nbsp; ??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--Ben&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2016 19:19:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-region-layout-question/m-p/288998#M16542</guid>
      <dc:creator>BenConner</dc:creator>
      <dc:date>2016-08-02T19:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: ods region layout question</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-region-layout-question/m-p/289076#M16544</link>
      <description>Hi:&lt;BR /&gt;  I can't see what your margin settings are. ODS PDF automatically reserves space for margins, I think. So it's possible that somehow it thinks that your region won't fit. Otherwise, I think you're going to have to work with Tech Support. &lt;BR /&gt;&lt;BR /&gt;  I do note that in this paper on page 4, insider tip #2, there is a recommendation as to margins:&lt;BR /&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings15/SAS1836-2015.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings15/SAS1836-2015.pdf&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;cynthia</description>
      <pubDate>Wed, 03 Aug 2016 00:30:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-region-layout-question/m-p/289076#M16544</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-08-03T00:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: ods region layout question</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-region-layout-question/m-p/289226#M16559</link>
      <description>&lt;P&gt;Hi Cynthia,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry, had forgotten to copy the margin spec into the example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;options topmargin=.001IN bottommargin=.001IN leftmargin=.001IN rightmargin=.001IN ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Adding this to the sample code just makes it get weirder:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;66&amp;nbsp;&amp;nbsp; dm 'clear log';&lt;BR /&gt;67&amp;nbsp;&amp;nbsp; options topmargin=.001IN bottommargin=.001IN leftmargin=.001IN rightmargin=.001IN&amp;nbsp; orientation=landscape;&lt;BR /&gt;68&amp;nbsp;&amp;nbsp; ods PDF file="&amp;amp;path.test.pdf" notoc;&lt;BR /&gt;NOTE: Writing ODS PDF output to DISK destination "c:\users\bconner\test.pdf", printer "PDF".&lt;BR /&gt;69&amp;nbsp;&amp;nbsp; ods layout absolute y=.25in x=.25in width=10.5in height=8in;&lt;BR /&gt;WARNING: LAYOUT placement exceeds available space for PDF destination.&amp;nbsp; Setting Y=0.153333in.&lt;BR /&gt;70&lt;BR /&gt;71&lt;BR /&gt;72&amp;nbsp;&amp;nbsp; ods region y=.32in x=8.125in width=2in height=.8125in&amp;nbsp; style={background=green};&lt;BR /&gt;73&amp;nbsp;&amp;nbsp; ods text = "^{style[background=lightgreen]Line 1}";&lt;BR /&gt;74&lt;BR /&gt;75&amp;nbsp;&amp;nbsp; ods region y=2.025in x=.1in width=5in height=.25in style={background=blue};&lt;BR /&gt;WARNING: WIDTH exceeds LAYOUT WIDTH for PDF destination. This option will be ignored.&lt;BR /&gt;76&amp;nbsp;&amp;nbsp; ods text = "Line 2";&lt;BR /&gt;77&lt;BR /&gt;78&amp;nbsp;&amp;nbsp; ods layout end;&lt;BR /&gt;79&amp;nbsp;&amp;nbsp; ods pdf close;&lt;BR /&gt;NOTE: ODS PDF printed 1 page to c:\users\bconner\test.pdf.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Will run this by TS for clarification.&amp;nbsp; Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--Ben&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>Wed, 03 Aug 2016 14:03:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-region-layout-question/m-p/289226#M16559</guid>
      <dc:creator>BenConner</dc:creator>
      <dc:date>2016-08-03T14:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: ods region layout question</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-region-layout-question/m-p/290359#M16598</link>
      <description>Still waiting for clarification from SAS Tech Support.  Sigh...

--Ben</description>
      <pubDate>Tue, 09 Aug 2016 02:37:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-region-layout-question/m-p/290359#M16598</guid>
      <dc:creator>BenConner</dc:creator>
      <dc:date>2016-08-09T02:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: ods region layout question</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-region-layout-question/m-p/292945#M16656</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I am facing similar issue, where i have specified pdf page size, margins and layouts. But while specifing ODS Region, it's producing warning.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please post the solution/fix any if it has been resolved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2016 00:57:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-region-layout-question/m-p/292945#M16656</guid>
      <dc:creator>mjsstat</dc:creator>
      <dc:date>2016-08-21T00:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: ods region layout question</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-region-layout-question/m-p/295982#M16773</link>
      <description>&lt;P&gt;This took a good while to research, but the issue relates to having the width and height specified on the region statement.&amp;nbsp; Removing these two parameters made the problem go away.&amp;nbsp; It shouldn't have been an issue but is in the current release.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my case it was workable as I have white backgrounds on the region anyway and it worked just fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--Ben&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2016 19:31:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-region-layout-question/m-p/295982#M16773</guid>
      <dc:creator>BenConner</dc:creator>
      <dc:date>2016-09-01T19:31:39Z</dc:date>
    </item>
  </channel>
</rss>

