<?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: numbers format in import file in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/numbers-format-in-import-file/m-p/779901#M39844</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/320986"&gt;@ramonsi2&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;*Format number&lt;BR /&gt;&lt;BR /&gt;How Can import a file whit 19 Digit number format field.&lt;BR /&gt;&lt;BR /&gt;Ex: 7086754897126543865&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What do you mean by "IMPORT"?&lt;/P&gt;
&lt;P&gt;If the value is in a text file then do not "import' it. Instead READ it from the text file with a data step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have a 19 digit string in a text file then read it as a character variable.&amp;nbsp; If you try to read it as a number you will "lose" some of the digits.&amp;nbsp; SAS stores numbers as 64-bit binary floating point values.&amp;nbsp; You cannot represent 19 digits exactly without some possible values being rounded to a multiple of two because there are not enough bits used for representing the value (the rest of the bits are used to store the magnitude (power of 2).&lt;/P&gt;</description>
    <pubDate>Fri, 12 Nov 2021 02:36:18 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2021-11-12T02:36:18Z</dc:date>
    <item>
      <title>numbers format in import file</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/numbers-format-in-import-file/m-p/779896#M39841</link>
      <description>*Format number&lt;BR /&gt;&lt;BR /&gt;How Can import a file whit 19 Digit number format field.&lt;BR /&gt;&lt;BR /&gt;Ex: 7086754897126543865</description>
      <pubDate>Fri, 12 Nov 2021 02:11:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/numbers-format-in-import-file/m-p/779896#M39841</guid>
      <dc:creator>ramonsi2</dc:creator>
      <dc:date>2021-11-12T02:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: numbers format in import file</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/numbers-format-in-import-file/m-p/779901#M39844</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/320986"&gt;@ramonsi2&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;*Format number&lt;BR /&gt;&lt;BR /&gt;How Can import a file whit 19 Digit number format field.&lt;BR /&gt;&lt;BR /&gt;Ex: 7086754897126543865&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What do you mean by "IMPORT"?&lt;/P&gt;
&lt;P&gt;If the value is in a text file then do not "import' it. Instead READ it from the text file with a data step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have a 19 digit string in a text file then read it as a character variable.&amp;nbsp; If you try to read it as a number you will "lose" some of the digits.&amp;nbsp; SAS stores numbers as 64-bit binary floating point values.&amp;nbsp; You cannot represent 19 digits exactly without some possible values being rounded to a multiple of two because there are not enough bits used for representing the value (the rest of the bits are used to store the magnitude (power of 2).&lt;/P&gt;</description>
      <pubDate>Fri, 12 Nov 2021 02:36:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/numbers-format-in-import-file/m-p/779901#M39844</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-11-12T02:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: numbers format in import file</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/numbers-format-in-import-file/m-p/779925#M39850</link>
      <description>&lt;P&gt;If this is not a number used in calculations, read it as character.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Nov 2021 06:32:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/numbers-format-in-import-file/m-p/779925#M39850</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-11-12T06:32:41Z</dc:date>
    </item>
  </channel>
</rss>

