<?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 In 9.4 Must ODS LAYOUT be ABSOLUTE or GRIDDED?  Which is the Default? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/In-9-4-Must-ODS-LAYOUT-be-ABSOLUTE-or-GRIDDED-Which-is-the/m-p/530833#M22279</link>
    <description>&lt;P&gt;I am updating some ODS code which runs as desired under 9.3 in preparation for our move to 9.4 next month.&amp;nbsp; The code has stuff like&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ODS REGION X=0 PCT Y=0 PCT HEIGHT=50 PCT WIDTH=100 PCT;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I think that means it uses absolute layout.&amp;nbsp; The 9.4 ODS manual describes ODS LAYOUT ABSOLUTE &amp;lt;options&amp;gt;; and ODS LAYOUT GRIDDED &amp;lt;options&amp;gt;; and does not seem to document my ODS LAYOUT START; statement.&lt;BR /&gt;&lt;BR /&gt;Does this mean 9.4 (TS1M4) is really running 9.3 ODS (because my code runs) and I should use the older references, or should either the ABSOLUTE or GRIDDED keyword have been shown as optional (as the default), or am I just mis-reading the documentation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having some trouble with a TITLE1 getting lost when I code a TITLE2, and it would be nice to know which version of layout I am using as I try to work through it.&amp;nbsp; You don't want to see the code--over 500 lines of ODS and macro and GPLOT, begun a long time ago and updated by many programmers as ODS evolved.&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Jan 2019 01:03:05 GMT</pubDate>
    <dc:creator>AnotherTim</dc:creator>
    <dc:date>2019-01-29T01:03:05Z</dc:date>
    <item>
      <title>In 9.4 Must ODS LAYOUT be ABSOLUTE or GRIDDED?  Which is the Default?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/In-9-4-Must-ODS-LAYOUT-be-ABSOLUTE-or-GRIDDED-Which-is-the/m-p/530833#M22279</link>
      <description>&lt;P&gt;I am updating some ODS code which runs as desired under 9.3 in preparation for our move to 9.4 next month.&amp;nbsp; The code has stuff like&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ODS REGION X=0 PCT Y=0 PCT HEIGHT=50 PCT WIDTH=100 PCT;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I think that means it uses absolute layout.&amp;nbsp; The 9.4 ODS manual describes ODS LAYOUT ABSOLUTE &amp;lt;options&amp;gt;; and ODS LAYOUT GRIDDED &amp;lt;options&amp;gt;; and does not seem to document my ODS LAYOUT START; statement.&lt;BR /&gt;&lt;BR /&gt;Does this mean 9.4 (TS1M4) is really running 9.3 ODS (because my code runs) and I should use the older references, or should either the ABSOLUTE or GRIDDED keyword have been shown as optional (as the default), or am I just mis-reading the documentation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having some trouble with a TITLE1 getting lost when I code a TITLE2, and it would be nice to know which version of layout I am using as I try to work through it.&amp;nbsp; You don't want to see the code--over 500 lines of ODS and macro and GPLOT, begun a long time ago and updated by many programmers as ODS evolved.&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 01:03:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/In-9-4-Must-ODS-LAYOUT-be-ABSOLUTE-or-GRIDDED-Which-is-the/m-p/530833#M22279</guid>
      <dc:creator>AnotherTim</dc:creator>
      <dc:date>2019-01-29T01:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: In 9.4 Must ODS LAYOUT be ABSOLUTE or GRIDDED?  Which is the Default?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/In-9-4-Must-ODS-LAYOUT-be-ABSOLUTE-or-GRIDDED-Which-is-the/m-p/531833#M22298</link>
      <description>&lt;P&gt;I *think* your interpretation about ODS LAYOUT START is correct.&lt;/P&gt;
&lt;P&gt;START appeared with version 9.1 and the GRIDDED capability came later.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TITLE1 resets TITLE2, but TITLE2 should not affect TITLE1.&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>Thu, 31 Jan 2019 23:25:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/In-9-4-Must-ODS-LAYOUT-be-ABSOLUTE-or-GRIDDED-Which-is-the/m-p/531833#M22298</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-01-31T23:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: In 9.4 Must ODS LAYOUT be ABSOLUTE or GRIDDED?  Which is the Default?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/In-9-4-Must-ODS-LAYOUT-be-ABSOLUTE-or-GRIDDED-Which-is-the/m-p/532028#M22306</link>
      <description>&lt;P&gt;More of an update than a reply.&amp;nbsp; I suspect that rather like PROC DELETE, ODS LAYOUT START was too valuable to kill when it was dropped from the documentation.&amp;nbsp; Dropping it from the documentation made it impossible to document the change in behavior from generating a STARTPAGE=NOW to not generating a STARTPAGE=NOW.&amp;nbsp; One might even suspect the numerous references to STARTPAGE=NOW only being useful after coding STARTPAGE=NO were written by a technical writer unaware that ODS LAYOUT START is still valid.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chris is correct about TITLE1 and TITLE2.&amp;nbsp; My current theory is that ODS LAYOUT START or STARTPAGE=NOW&amp;nbsp;initiates a scope for title statements and I lost my TITLE1 when I emerged from that scope.&amp;nbsp; There is some discussion of ODS RTF having an issue with TITLE statements, but it did not exactly match my experience.&amp;nbsp; Anyway, I finally have code which generates similar results in 9.3 and 9.4, so I can put it in production before the conversion instead of being tied to the exact day of the conversion.&lt;BR /&gt;&lt;BR /&gt;If you fight a similar beast, the&amp;nbsp;suggestions to use background color styles during debugging&amp;nbsp;are helpful.&amp;nbsp; Seeing the sizes of my regions change from page to page gave me&amp;nbsp;valuable clues.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 15:06:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/In-9-4-Must-ODS-LAYOUT-be-ABSOLUTE-or-GRIDDED-Which-is-the/m-p/532028#M22306</guid>
      <dc:creator>AnotherTim</dc:creator>
      <dc:date>2019-02-01T15:06:39Z</dc:date>
    </item>
  </channel>
</rss>

