<?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 in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ods/m-p/73723#M7311</link>
    <description>You might want to post this in the ODS forum -- I know I'm not an ODS expert. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/forum.jspa?forumID=6" target="_blank"&gt;http://support.sas.com/forums/forum.jspa?forumID=6&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Hope you can find something that works!</description>
    <pubDate>Mon, 12 Oct 2009 13:28:03 GMT</pubDate>
    <dc:creator>RichardH_sas</dc:creator>
    <dc:date>2009-10-12T13:28:03Z</dc:date>
    <item>
      <title>ods</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ods/m-p/73722#M7310</link>
      <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
I have a "summary tables"-output report vith three columns i it. The problem is that when I run this it gives me about 100 pages since the list just goes on and on...Another way of presenting my data should be to see my "three-column"-list as one column and then produce so that the columns show up side  by side instead. Is there a ods- statement for this, i have tried ods pdf column=6 but that dont work.</description>
      <pubDate>Wed, 30 Sep 2009 11:42:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ods/m-p/73722#M7310</guid>
      <dc:creator>Olaaaaaa</dc:creator>
      <dc:date>2009-09-30T11:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: ods</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ods/m-p/73723#M7311</link>
      <description>You might want to post this in the ODS forum -- I know I'm not an ODS expert. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/forum.jspa?forumID=6" target="_blank"&gt;http://support.sas.com/forums/forum.jspa?forumID=6&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Hope you can find something that works!</description>
      <pubDate>Mon, 12 Oct 2009 13:28:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ods/m-p/73723#M7311</guid>
      <dc:creator>RichardH_sas</dc:creator>
      <dc:date>2009-10-12T13:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: ods</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ods/m-p/73724#M7312</link>
      <description>Hi:&lt;BR /&gt;
  I don't know how wide your columns are. I find that this use of COLUMNS= works for me. If you submit this code in a code node, you should find that it creates a PDF file with 2 columns of output.&lt;BR /&gt;
 &lt;BR /&gt;
  Remember that if the table were much wider, you would not be able to get more than a few columns across the page.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia&lt;BR /&gt;
[pre]&lt;BR /&gt;
title; footnote;&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
          &lt;BR /&gt;
data newshoes;&lt;BR /&gt;
  set sashelp.shoes;&lt;BR /&gt;
  do i=1 to 10 by 1;&lt;BR /&gt;
    newreg = catt('0',left(put(i,z2.0)),region);&lt;BR /&gt;
    output;&lt;BR /&gt;
  end;&lt;BR /&gt;
run;&lt;BR /&gt;
                        &lt;BR /&gt;
options orientation=landscape nodate nonumber;&lt;BR /&gt;
ods pdf file='newshoes2.pdf' columns=2;&lt;BR /&gt;
  proc tabulate data=newshoes;&lt;BR /&gt;
    class newreg;&lt;BR /&gt;
    var sales;&lt;BR /&gt;
    table newreg,&lt;BR /&gt;
          sales*(min max);&lt;BR /&gt;
  run;&lt;BR /&gt;
ods pdf close;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Mon, 12 Oct 2009 19:47:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ods/m-p/73724#M7312</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-10-12T19:47:35Z</dc:date>
    </item>
  </channel>
</rss>

