<?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: how to remove comma in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-comma/m-p/352757#M273827</link>
    <description>&lt;P&gt;thanks for explaining. I Understood how does&amp;nbsp;@ works.&lt;/P&gt;</description>
    <pubDate>Mon, 24 Apr 2017 08:40:30 GMT</pubDate>
    <dc:creator>manish_1</dc:creator>
    <dc:date>2017-04-24T08:40:30Z</dc:date>
    <item>
      <title>how to remove comma</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-comma/m-p/352729#M273823</link>
      <description>&lt;P&gt;How to extract salary without Rs and comma in salary as in the raw file. I am not able to find my mistake.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is my code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data sasdata.new;&lt;BR /&gt;infile "F:\Raw.txt";&lt;BR /&gt;input Id @3 Name $3. @17 Incentive : percent3. @10 Salary : comma9.;&lt;BR /&gt;Total=salary+salary*incentive;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;attached the raw data file.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 06:23:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-comma/m-p/352729#M273823</guid>
      <dc:creator>manish_1</dc:creator>
      <dc:date>2017-04-24T06:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove comma</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-comma/m-p/352731#M273824</link>
      <description>&lt;P&gt;Doesn't Salary start at 9, not 10?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 06:36:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-comma/m-p/352731#M273824</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-24T06:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove comma</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-comma/m-p/352732#M273825</link>
      <description>&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to sas. Can you tell me the function of&amp;nbsp;@ and : in sas programming. I am not exactly able to get it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 06:51:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-comma/m-p/352732#M273825</guid>
      <dc:creator>manish_1</dc:creator>
      <dc:date>2017-04-24T06:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove comma</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-comma/m-p/352737#M273826</link>
      <description>Please try &lt;BR /&gt;&lt;BR /&gt;data new;&lt;BR /&gt;infile cards missover;&lt;BR /&gt;input Id @3 Name $3. @17 Incentive : percent3. @9 Salary :comma9.;&lt;BR /&gt;Total=salary+salary*incentive;&lt;BR /&gt;cards;&lt;BR /&gt;1 Ram Rs250,100 44%&lt;BR /&gt;2 xyz Rs310,000 20%&lt;BR /&gt;3 Abc Rs420,000 30%&lt;BR /&gt;4 MMN Rs520,000 40%&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;@ holds the input record for the execution of the next INPUT statement within the same iteration of the DATA step. This line-hold specifier is called trailing @.</description>
      <pubDate>Mon, 24 Apr 2017 07:14:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-comma/m-p/352737#M273826</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2017-04-24T07:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove comma</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-comma/m-p/352757#M273827</link>
      <description>&lt;P&gt;thanks for explaining. I Understood how does&amp;nbsp;@ works.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 08:40:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-comma/m-p/352757#M273827</guid>
      <dc:creator>manish_1</dc:creator>
      <dc:date>2017-04-24T08:40:30Z</dc:date>
    </item>
  </channel>
</rss>

