<?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: informat in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/informat/m-p/576485#M163182</link>
    <description>You don't need to use any informats.  SAS "understands" numbers, so you can simply use:&lt;BR /&gt;&lt;BR /&gt;data want;&lt;BR /&gt;input x;&lt;BR /&gt;datalines;&lt;BR /&gt;.001&lt;BR /&gt;0.01&lt;BR /&gt;10&lt;BR /&gt;100&lt;BR /&gt;10.0&lt;BR /&gt;;</description>
    <pubDate>Thu, 25 Jul 2019 07:42:44 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2019-07-25T07:42:44Z</dc:date>
    <item>
      <title>informat</title>
      <link>https://communities.sas.com/t5/SAS-Programming/informat/m-p/576445#M163174</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I am creating a data set and enter data.&lt;/P&gt;
&lt;P&gt;The data is&lt;/P&gt;
&lt;P&gt;.001&lt;BR /&gt;0.01&lt;BR /&gt;10&lt;BR /&gt;100&lt;BR /&gt;10.0&lt;/P&gt;
&lt;P&gt;My question is how can I know which informat should I use?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 05:32:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/informat/m-p/576445#M163174</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2019-07-25T05:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: informat</title>
      <link>https://communities.sas.com/t5/SAS-Programming/informat/m-p/576447#M163176</link>
      <description>&lt;P&gt;Maxim 1: Read the Documentation.&lt;/P&gt;
&lt;P&gt;Go to &lt;A href="https://documentation.sas.com/?docsetId=helpcenterdefault&amp;amp;docsetTarget=surfedin.htm&amp;amp;docsetVersion=1.0&amp;amp;locale=en" target="_blank" rel="noopener"&gt;documentation.sas.com&lt;/A&gt;, select "SAS 9.4 and SAS Viya 3.4 Programming Documentation", navigate to "Data Step Programming", "Formats and Informats", "SAS Informats", "Dictionary of Informats", select "Informats by Category". Scroll down to "Numeric".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Usually, you will use the simple w. informat (eg 7.) and see if that does it. If it doesn't, see if you find one that's applicable. It's granted that &amp;gt;90% of the information you'll read while browsing the documentation is not applicable at the moment, but most of it will end up in the back of your brain and come to the fore in a later moment when you'll need it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many times you will just have to swap the meaning of a dot and a comma (data from German-speaking countries), so you'll use the commax informat.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 05:48:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/informat/m-p/576447#M163176</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-07-25T05:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: informat</title>
      <link>https://communities.sas.com/t5/SAS-Programming/informat/m-p/576485#M163182</link>
      <description>You don't need to use any informats.  SAS "understands" numbers, so you can simply use:&lt;BR /&gt;&lt;BR /&gt;data want;&lt;BR /&gt;input x;&lt;BR /&gt;datalines;&lt;BR /&gt;.001&lt;BR /&gt;0.01&lt;BR /&gt;10&lt;BR /&gt;100&lt;BR /&gt;10.0&lt;BR /&gt;;</description>
      <pubDate>Thu, 25 Jul 2019 07:42:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/informat/m-p/576485#M163182</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2019-07-25T07:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: informat</title>
      <link>https://communities.sas.com/t5/SAS-Programming/informat/m-p/576492#M163183</link>
      <description>&lt;P&gt;Yep. Forgot to mention that the w. informat is the default for numeric.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 08:08:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/informat/m-p/576492#M163183</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-07-25T08:08:08Z</dc:date>
    </item>
  </channel>
</rss>

