<?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 define statement in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-define-statement/m-p/405122#M19641</link>
    <description>thanks a lot Reeza and RW9</description>
    <pubDate>Wed, 18 Oct 2017 08:21:17 GMT</pubDate>
    <dc:creator>dyrma</dc:creator>
    <dc:date>2017-10-18T08:21:17Z</dc:date>
    <item>
      <title>Proc Report define statement</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-define-statement/m-p/404852#M19629</link>
      <description>&lt;P&gt;Hi, everyone&lt;BR /&gt;&lt;BR /&gt;I would like to use proc report to create this output:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="class.png" style="width: 245px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15948iD03EEC198BC4AFE9/image-size/large?v=v2&amp;amp;px=999" role="button" title="class.png" alt="class.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying this way:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc report data=sashelp.class;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;column sex name age;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;define sex / group;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;define age / max&amp;nbsp; 'Max. Age';&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;define name / ????????;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to define 'name' to receive the output above?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks very much for your suggestions.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 16:02:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-define-statement/m-p/404852#M19629</guid>
      <dc:creator>dyrma</dc:creator>
      <dc:date>2017-10-17T16:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report define statement</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-define-statement/m-p/404859#M19630</link>
      <description>&lt;P&gt;You don't have to include anything...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;define name;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 17 Oct 2017 16:10:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-define-statement/m-p/404859#M19630</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-10-17T16:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report define statement</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-define-statement/m-p/404860#M19631</link>
      <description>&lt;P&gt;Thats not going to work.&amp;nbsp; You are summarising data by sex - name has no relevance in this summarisation.&amp;nbsp; Why should it show Jane and not some other value?&amp;nbsp; Makes no sense to have name as a column there.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 16:11:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-define-statement/m-p/404860#M19631</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-10-17T16:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report define statement</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-define-statement/m-p/404866#M19632</link>
      <description>&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;I just want to show who is the oldest.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 16:21:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-define-statement/m-p/404866#M19632</guid>
      <dc:creator>dyrma</dc:creator>
      <dc:date>2017-10-17T16:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report define statement</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-define-statement/m-p/404867#M19633</link>
      <description>&lt;P&gt;Use PROC SUMMARY with the ID to associate the name with the highest value. You can use PROC REPORT to display the output.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC REPORT can summarize data but it's easier outside IMO.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 16:23:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-define-statement/m-p/404867#M19633</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-10-17T16:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report define statement</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-define-statement/m-p/404870#M19635</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;Does this mean that proc report can not handle it?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 16:29:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-define-statement/m-p/404870#M19635</guid>
      <dc:creator>dyrma</dc:creator>
      <dc:date>2017-10-17T16:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report define statement</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-define-statement/m-p/404894#M19636</link>
      <description>&lt;P&gt;It may be possible, with some coding effort, however data processing really isn't the purpose of proc report. Use one of the data summarisation procedures (summary for instance) or you could simply sort the data and take first by group observation.&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 16:58:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-define-statement/m-p/404894#M19636</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-10-17T16:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report define statement</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-define-statement/m-p/405122#M19641</link>
      <description>thanks a lot Reeza and RW9</description>
      <pubDate>Wed, 18 Oct 2017 08:21:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-define-statement/m-p/405122#M19641</guid>
      <dc:creator>dyrma</dc:creator>
      <dc:date>2017-10-18T08:21:17Z</dc:date>
    </item>
  </channel>
</rss>

