<?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 sas in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/sas/m-p/373381#M89326</link>
    <description>&lt;P&gt;data ds;&lt;BR /&gt;infile datalines;&lt;BR /&gt;input id$ name$ sal$;&lt;/P&gt;&lt;P&gt;datalines;&lt;BR /&gt;1 abc $25000&lt;BR /&gt;2 ced $32410&lt;BR /&gt;3 peu $41521&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i want for this program sum of salarty how can i get i used so many ways but its getting error .&lt;/P&gt;&lt;P&gt;plz rectify my problem&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jul 2017 17:54:54 GMT</pubDate>
    <dc:creator>vinod4842</dc:creator>
    <dc:date>2017-07-05T17:54:54Z</dc:date>
    <item>
      <title>sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas/m-p/373381#M89326</link>
      <description>&lt;P&gt;data ds;&lt;BR /&gt;infile datalines;&lt;BR /&gt;input id$ name$ sal$;&lt;/P&gt;&lt;P&gt;datalines;&lt;BR /&gt;1 abc $25000&lt;BR /&gt;2 ced $32410&lt;BR /&gt;3 peu $41521&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i want for this program sum of salarty how can i get i used so many ways but its getting error .&lt;/P&gt;&lt;P&gt;plz rectify my problem&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 17:54:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas/m-p/373381#M89326</guid>
      <dc:creator>vinod4842</dc:creator>
      <dc:date>2017-07-05T17:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/sas/m-p/373385#M89328</link>
      <description>&lt;P&gt;To begin, you will need to create salary as a numeric variable if you want to get its sum.&amp;nbsp; Right now your program is creating it as a character variable.&amp;nbsp; Here's a way to get started:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data ds;&lt;/P&gt;
&lt;P&gt;infile datalines truncover;&lt;/P&gt;
&lt;P&gt;input id $ name $ salary dollar8. ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you can try to get sums.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 18:01:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/sas/m-p/373385#M89328</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2017-07-05T18:01:18Z</dc:date>
    </item>
  </channel>
</rss>

