<?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: Need help with ODS gridded and recreating a SAS Paper in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-help-with-ODS-gridded-and-recreating-a-SAS-Paper/m-p/848903#M26107</link>
    <description>&lt;P&gt;maybe try this way:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;options orientation = portrait&lt;BR /&gt;papersize = letter&lt;BR /&gt;nodate&lt;BR /&gt;nonumber&lt;BR /&gt;topmargin = .75in&lt;BR /&gt;bottommargin = .001in&lt;BR /&gt;leftmargin = .001in&lt;BR /&gt;rightmargin = .001in;&lt;BR /&gt;ods noproctitle;&lt;BR /&gt;ods escapechar = "^";&lt;BR /&gt;title;&lt;BR /&gt;footnote;&lt;BR /&gt;ods pdf file="/sasdata/team_files/testing.pdf" GRIDDED;&lt;BR /&gt;ods layout grids=off;&lt;/P&gt;&lt;P&gt;ods text = "^{style[preimage='/sasdata/team_files/logo_on_blue.jpg']}";&lt;BR /&gt;ods text = "^{style[fontsize=20pt just=left font_weight=bold]}Departmental Information";&lt;BR /&gt;ods layout end;&lt;BR /&gt;ods pdf close;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 10 Dec 2022 15:00:45 GMT</pubDate>
    <dc:creator>ger15xxhcker</dc:creator>
    <dc:date>2022-12-10T15:00:45Z</dc:date>
    <item>
      <title>Need help with ODS gridded and recreating a SAS Paper</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-help-with-ODS-gridded-and-recreating-a-SAS-Paper/m-p/844996#M26061</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I'm hoping you might be able to help me with the following issue. I'm trying to recreate a report that resembles pg 5 of&amp;nbsp;&lt;A href="https://www.lexjansen.com/wuss/2009/app/APP-OConnor.pdf" target="_blank"&gt;Microsoft Word - 313-2009.docx (lexjansen.com)&lt;/A&gt;&amp;nbsp;(The Power to Show: Ad Hoc Reporting, Custom Invoices, and Form Letters by&amp;nbsp;Daniel O’Connor, SAS Institute Inc.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What's getting me are:&lt;/P&gt;&lt;P&gt;1. I'm using SAS EG with output to PDF so I must use GRIDDED layout&lt;/P&gt;&lt;P&gt;2. I can't get the heading to work for me. I get both but the image is huge and I want the text to be along side, to the right of, the image. I'm shooting for about a .75in header height. How do I make the image fit a smaller area?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could someone point me to a similar paper that uses GRIDDED layout with examples (my brain is fried looking at this)? I've seen many with absolute but I'm not sure what to do to convert to GRIDDED. Also, here's just my heading code that's not working. Can someone please help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so very much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;options orientation = portrait&lt;BR /&gt;papersize = letter&lt;BR /&gt;nodate&lt;BR /&gt;nonumber&lt;BR /&gt;topmargin = .001in&lt;BR /&gt;bottommargin = .001in&lt;BR /&gt;leftmargin = .001in&lt;BR /&gt;rightmargin = .001in;&lt;BR /&gt;ods noproctitle;&lt;BR /&gt;ods escapechar = "^";&lt;BR /&gt;title;&lt;BR /&gt;footnote;&lt;/P&gt;&lt;P&gt;ods pdf file="/sasdata/team_files/testing.pdf" ;&lt;/P&gt;&lt;P&gt;ods layout start columns = 2;&lt;BR /&gt;ods text = "^{style[preimage='/sasdata/team_files/logo_on_blue.jpg']}";&lt;BR /&gt;&lt;BR /&gt;ods text = "^{style[fontsize=20pt just=left fontweight=bold] Departmental Information}";&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods layout end;&lt;BR /&gt;ods pdf close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paula&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 22:57:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-help-with-ODS-gridded-and-recreating-a-SAS-Paper/m-p/844996#M26061</guid>
      <dc:creator>SASGeek</dc:creator>
      <dc:date>2022-11-17T22:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with ODS gridded and recreating a SAS Paper</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-help-with-ODS-gridded-and-recreating-a-SAS-Paper/m-p/848903#M26107</link>
      <description>&lt;P&gt;maybe try this way:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;options orientation = portrait&lt;BR /&gt;papersize = letter&lt;BR /&gt;nodate&lt;BR /&gt;nonumber&lt;BR /&gt;topmargin = .75in&lt;BR /&gt;bottommargin = .001in&lt;BR /&gt;leftmargin = .001in&lt;BR /&gt;rightmargin = .001in;&lt;BR /&gt;ods noproctitle;&lt;BR /&gt;ods escapechar = "^";&lt;BR /&gt;title;&lt;BR /&gt;footnote;&lt;BR /&gt;ods pdf file="/sasdata/team_files/testing.pdf" GRIDDED;&lt;BR /&gt;ods layout grids=off;&lt;/P&gt;&lt;P&gt;ods text = "^{style[preimage='/sasdata/team_files/logo_on_blue.jpg']}";&lt;BR /&gt;ods text = "^{style[fontsize=20pt just=left font_weight=bold]}Departmental Information";&lt;BR /&gt;ods layout end;&lt;BR /&gt;ods pdf close;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Dec 2022 15:00:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Need-help-with-ODS-gridded-and-recreating-a-SAS-Paper/m-p/848903#M26107</guid>
      <dc:creator>ger15xxhcker</dc:creator>
      <dc:date>2022-12-10T15:00:45Z</dc:date>
    </item>
  </channel>
</rss>

