<?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: write correct code in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/write-correct-code/m-p/780966#M31701</link>
    <description>&lt;P&gt;Keep in mind that we're not here to do your homework for you, but we're glad to help when you run into problems.&lt;/P&gt;
&lt;P&gt;So we need to see the cause for your problems, so show us your code and the log from it.&lt;/P&gt;
&lt;P&gt;Use the button indicated for posting logs, and the "little running man" right next to it for code:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54552i914D97BE1B0F21E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Nov 2021 08:39:25 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2021-11-18T08:39:25Z</dc:date>
    <item>
      <title>write correct code</title>
      <link>https://communities.sas.com/t5/New-SAS-User/write-correct-code/m-p/780939#M31693</link>
      <description>&lt;P&gt;Accumulating INVOICE values from SASHELP.CARS dataset for each MAKE and for each TYPE within that MAKE.&lt;/P&gt;&lt;P&gt;There are various makes like TOYOTA, HONDA etc. present in SASHELP.CARS dataset and each of these MAKES have various types like SEDAN, SUV etc.; Now lets consider our requirement is to calculate the total of INVOICE amount for each type under each make and&amp;nbsp;total of INVOICE amount for each MAKE as well.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 05:28:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/write-correct-code/m-p/780939#M31693</guid>
      <dc:creator>ridhhi</dc:creator>
      <dc:date>2021-11-18T05:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: write correct code</title>
      <link>https://communities.sas.com/t5/New-SAS-User/write-correct-code/m-p/780946#M31694</link>
      <description>&lt;P&gt;What have you tried so far?&lt;/P&gt;
&lt;P&gt;What do you need as result? A report or a dataset?&lt;/P&gt;
&lt;P&gt;If you need a report, have a look at "proc report"&lt;/P&gt;
&lt;P&gt;If you need a dataset, "proc summary" is my first choice.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 07:16:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/write-correct-code/m-p/780946#M31694</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2021-11-18T07:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: write correct code</title>
      <link>https://communities.sas.com/t5/New-SAS-User/write-correct-code/m-p/780966#M31701</link>
      <description>&lt;P&gt;Keep in mind that we're not here to do your homework for you, but we're glad to help when you run into problems.&lt;/P&gt;
&lt;P&gt;So we need to see the cause for your problems, so show us your code and the log from it.&lt;/P&gt;
&lt;P&gt;Use the button indicated for posting logs, and the "little running man" right next to it for code:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54552i914D97BE1B0F21E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 08:39:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/write-correct-code/m-p/780966#M31701</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-11-18T08:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: write correct code</title>
      <link>https://communities.sas.com/t5/New-SAS-User/write-correct-code/m-p/781019#M31708</link>
      <description>proc report</description>
      <pubDate>Thu, 18 Nov 2021 14:02:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/write-correct-code/m-p/781019#M31708</guid>
      <dc:creator>ridhhi</dc:creator>
      <dc:date>2021-11-18T14:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: write correct code</title>
      <link>https://communities.sas.com/t5/New-SAS-User/write-correct-code/m-p/781065#M31716</link>
      <description>&lt;P&gt;Sounds a lot like you may be in the same class as the OP for this:&amp;nbsp; &lt;A href="https://communities.sas.com/t5/SAS-Programming/proc-tabulate-SUM-row/m-p/781038" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/proc-tabulate-SUM-row/m-p/781038&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/402108"&gt;@ridhhi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Accumulating INVOICE values from SASHELP.CARS dataset for each MAKE and for each TYPE within that MAKE.&lt;/P&gt;
&lt;P&gt;There are various makes like TOYOTA, HONDA etc. present in SASHELP.CARS dataset and each of these MAKES have various types like SEDAN, SUV etc.; Now lets consider our requirement is to calculate the total of INVOICE amount for each type under each make and&amp;nbsp;total of INVOICE amount for each MAKE as well.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 17:02:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/write-correct-code/m-p/781065#M31716</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-11-18T17:02:01Z</dc:date>
    </item>
  </channel>
</rss>

