<?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 keep integer values with float values in same column in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-keep-integer-values-with-float-values-in-same-column/m-p/644230#M192406</link>
    <description>&lt;A href="http://studysas.blogspot.com/2009/05/how-to-delete-or-remove-previously.html" target="_blank"&gt;http://studysas.blogspot.com/2009/05/how-to-delete-or-remove-previously.html&lt;/A&gt; for how to remove formatting.</description>
    <pubDate>Thu, 30 Apr 2020 12:29:02 GMT</pubDate>
    <dc:creator>tanya_henderson</dc:creator>
    <dc:date>2020-04-30T12:29:02Z</dc:date>
    <item>
      <title>How to keep integer values with float values in same column</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-keep-integer-values-with-float-values-in-same-column/m-p/644221#M192398</link>
      <description>&lt;P&gt;I have data that contains values like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;1.5&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;2.5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to export these values in this format. When I create my proc export: I get this:&lt;/P&gt;&lt;P&gt;1.0&lt;/P&gt;&lt;P&gt;1.5&lt;/P&gt;&lt;P&gt;2.0&lt;/P&gt;&lt;P&gt;2.5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I prevent this in my export? I want to prevent all of the .0 add-ons.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc export data=FANEURO&lt;BR /&gt;outfile="~/FANEURO.csv"&lt;BR /&gt;dbms=dlm replace;&lt;BR /&gt;delimiter='|';&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 12:11:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-keep-integer-values-with-float-values-in-same-column/m-p/644221#M192398</guid>
      <dc:creator>tanya_henderson</dc:creator>
      <dc:date>2020-04-30T12:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep integer values with float values in same column</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-keep-integer-values-with-float-values-in-same-column/m-p/644226#M192403</link>
      <description>&lt;P&gt;Remove the format from the variable before exporting.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 12:21:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-keep-integer-values-with-float-values-in-same-column/m-p/644226#M192403</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-04-30T12:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep integer values with float values in same column</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-keep-integer-values-with-float-values-in-same-column/m-p/644230#M192406</link>
      <description>&lt;A href="http://studysas.blogspot.com/2009/05/how-to-delete-or-remove-previously.html" target="_blank"&gt;http://studysas.blogspot.com/2009/05/how-to-delete-or-remove-previously.html&lt;/A&gt; for how to remove formatting.</description>
      <pubDate>Thu, 30 Apr 2020 12:29:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-keep-integer-values-with-float-values-in-same-column/m-p/644230#M192406</guid>
      <dc:creator>tanya_henderson</dc:creator>
      <dc:date>2020-04-30T12:29:02Z</dc:date>
    </item>
  </channel>
</rss>

