<?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: proc report display columns per line. in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-display-columns-per-line/m-p/218497#M14275</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; I think ID and PAGE are best demonstrated with a "wider" report. And, the destination of interest (RTF, PDF, HTML) will make a difference. For example, in this paper that I co-authored with Scott Huntley, there is an example of ID and PAGE using SASHELP.CARS that gives an idea of what the options do in PROC REPORT. &lt;A href="http://support.sas.com/resources/papers/proceedings14/SAS038-2014.pdf" title="http://support.sas.com/resources/papers/proceedings14/SAS038-2014.pdf"&gt;http://support.sas.com/resources/papers/proceedings14/SAS038-2014.pdf&lt;/A&gt; (pages 14/15)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Apr 2015 18:21:24 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2015-04-10T18:21:24Z</dc:date>
    <item>
      <title>proc report display columns per line.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-display-columns-per-line/m-p/218494#M14272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have 13 variables which are making column and when I am displaying them using the proc report these all 13 variables comes in single row is there any way to break these columns so for example 4 column/variable on 1st line than 3 on each line?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 06:14:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-display-columns-per-line/m-p/218494#M14272</guid>
      <dc:creator>rkumar23</dc:creator>
      <dc:date>2015-04-10T06:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: proc report display columns per line.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-display-columns-per-line/m-p/218495#M14273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps some test data, required output would illustrate your point better.&amp;nbsp; If you just want some vars on different page, then I would usually have two proc report statements - means i can change all the different bits for each one.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 08:29:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-display-columns-per-line/m-p/218495#M14273</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-04-10T08:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: proc report display columns per line.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-display-columns-per-line/m-p/218496#M14274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check Option ID PAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc report data=sashelp.class nowd;&lt;/P&gt;&lt;P&gt; columns name sex age;&lt;/P&gt;&lt;P&gt; define name/display;&lt;/P&gt;&lt;P&gt; define sex/display id ;&lt;/P&gt;&lt;P&gt; define age/display page;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 15:40:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-display-columns-per-line/m-p/218496#M14274</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-04-10T15:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: proc report display columns per line.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-display-columns-per-line/m-p/218497#M14275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; I think ID and PAGE are best demonstrated with a "wider" report. And, the destination of interest (RTF, PDF, HTML) will make a difference. For example, in this paper that I co-authored with Scott Huntley, there is an example of ID and PAGE using SASHELP.CARS that gives an idea of what the options do in PROC REPORT. &lt;A href="http://support.sas.com/resources/papers/proceedings14/SAS038-2014.pdf" title="http://support.sas.com/resources/papers/proceedings14/SAS038-2014.pdf"&gt;http://support.sas.com/resources/papers/proceedings14/SAS038-2014.pdf&lt;/A&gt; (pages 14/15)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 18:21:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-display-columns-per-line/m-p/218497#M14275</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-04-10T18:21:24Z</dc:date>
    </item>
  </channel>
</rss>

