<?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 using INFORMAT with PROC SQL in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/using-INFORMAT-with-PROC-SQL/m-p/66579#M14462</link>
    <description>just wondering if INFORMAT is something that can be used with PROC SQL...&lt;BR /&gt;
&lt;BR /&gt;
An exemple :&lt;BR /&gt;
&lt;BR /&gt;
PROC SQL ;&lt;BR /&gt;
   CREATE TABLE work.test&lt;BR /&gt;
        (date  NUM INFORMAT=ddmmyy10.,&lt;BR /&gt;
         note1 NUM INFORMAT=numx4. ,&lt;BR /&gt;
         note2 NUM INFORMAT=numx4. ,&lt;BR /&gt;
         somme NUM INFORMAT=eurox4.);&lt;BR /&gt;
   INSERT INTO test&lt;BR /&gt;
         VALUES (21/12/1990,12,4,9,5,€200);&lt;BR /&gt;
&lt;BR /&gt;
you're guessing that the program is not working....&lt;BR /&gt;
&lt;BR /&gt;
value for note1 should be 12.4&lt;BR /&gt;
value for note2 should be 9.5&lt;BR /&gt;
&lt;BR /&gt;
adding quotes if not possible too...&lt;BR /&gt;
&lt;BR /&gt;
So, what is the use of INFORMAT while creating a table with PROC SQL ?&lt;BR /&gt;
&lt;BR /&gt;
none ?&lt;BR /&gt;
&lt;BR /&gt;
best regards&lt;BR /&gt;
&lt;BR /&gt;
Sébastien</description>
    <pubDate>Wed, 10 Mar 2010 15:15:56 GMT</pubDate>
    <dc:creator>SR_FR</dc:creator>
    <dc:date>2010-03-10T15:15:56Z</dc:date>
    <item>
      <title>using INFORMAT with PROC SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/using-INFORMAT-with-PROC-SQL/m-p/66579#M14462</link>
      <description>just wondering if INFORMAT is something that can be used with PROC SQL...&lt;BR /&gt;
&lt;BR /&gt;
An exemple :&lt;BR /&gt;
&lt;BR /&gt;
PROC SQL ;&lt;BR /&gt;
   CREATE TABLE work.test&lt;BR /&gt;
        (date  NUM INFORMAT=ddmmyy10.,&lt;BR /&gt;
         note1 NUM INFORMAT=numx4. ,&lt;BR /&gt;
         note2 NUM INFORMAT=numx4. ,&lt;BR /&gt;
         somme NUM INFORMAT=eurox4.);&lt;BR /&gt;
   INSERT INTO test&lt;BR /&gt;
         VALUES (21/12/1990,12,4,9,5,€200);&lt;BR /&gt;
&lt;BR /&gt;
you're guessing that the program is not working....&lt;BR /&gt;
&lt;BR /&gt;
value for note1 should be 12.4&lt;BR /&gt;
value for note2 should be 9.5&lt;BR /&gt;
&lt;BR /&gt;
adding quotes if not possible too...&lt;BR /&gt;
&lt;BR /&gt;
So, what is the use of INFORMAT while creating a table with PROC SQL ?&lt;BR /&gt;
&lt;BR /&gt;
none ?&lt;BR /&gt;
&lt;BR /&gt;
best regards&lt;BR /&gt;
&lt;BR /&gt;
Sébastien</description>
      <pubDate>Wed, 10 Mar 2010 15:15:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/using-INFORMAT-with-PROC-SQL/m-p/66579#M14462</guid>
      <dc:creator>SR_FR</dc:creator>
      <dc:date>2010-03-10T15:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: using INFORMAT with PROC SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/using-INFORMAT-with-PROC-SQL/m-p/66580#M14463</link>
      <description>only context I imagine using that informat, is interactive update</description>
      <pubDate>Wed, 10 Mar 2010 19:09:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/using-INFORMAT-with-PROC-SQL/m-p/66580#M14463</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2010-03-10T19:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: using INFORMAT with PROC SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/using-INFORMAT-with-PROC-SQL/m-p/66581#M14464</link>
      <description>may be.. I'll check that&lt;BR /&gt;
&lt;BR /&gt;
thanks&lt;BR /&gt;
&lt;BR /&gt;
Sébastien</description>
      <pubDate>Thu, 11 Mar 2010 16:23:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/using-INFORMAT-with-PROC-SQL/m-p/66581#M14464</guid>
      <dc:creator>SR_FR</dc:creator>
      <dc:date>2010-03-11T16:23:01Z</dc:date>
    </item>
  </channel>
</rss>

