<?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: self defined import format &amp;amp; later cannot open the file because informat was not found in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/self-defined-import-format-amp-later-cannot-open-the-file/m-p/255657#M48866</link>
    <description>If you created that informat just for the cause of importing the data, you don't have to store the variable with the informat specification. Either change your import code, or remove it from the data set using PROC DATASETS.</description>
    <pubDate>Wed, 09 Mar 2016 21:14:46 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2016-03-09T21:14:46Z</dc:date>
    <item>
      <title>self defined import format &amp; later cannot open the file because informat was not found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/self-defined-import-format-amp-later-cannot-open-the-file/m-p/255653#M48864</link>
      <description>&lt;P&gt;I used a self defined important format to read ina time variable, but later when I tried to open the data set , I could not open it and got this info in the log:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Informat IMPORTDATETIME not found or couldn't be loaded for variable LOGIN_TIMESTAMP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I re-run the format code when I imported it, and then I can open the data set. Is there a way to save the informat to overcome this issue?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 20:57:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/self-defined-import-format-amp-later-cannot-open-the-file/m-p/255653#M48864</guid>
      <dc:creator>fengyuwuzu</dc:creator>
      <dc:date>2016-03-09T20:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: self defined import format &amp; later cannot open the file because informat was not found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/self-defined-import-format-amp-later-cannot-open-the-file/m-p/255656#M48865</link>
      <description>Yes, store it in a permanent library. Point the fmtsearch global  option to that libname.</description>
      <pubDate>Wed, 09 Mar 2016 21:12:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/self-defined-import-format-amp-later-cannot-open-the-file/m-p/255656#M48865</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-03-09T21:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: self defined import format &amp; later cannot open the file because informat was not found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/self-defined-import-format-amp-later-cannot-open-the-file/m-p/255657#M48866</link>
      <description>If you created that informat just for the cause of importing the data, you don't have to store the variable with the informat specification. Either change your import code, or remove it from the data set using PROC DATASETS.</description>
      <pubDate>Wed, 09 Mar 2016 21:14:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/self-defined-import-format-amp-later-cannot-open-the-file/m-p/255657#M48866</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-03-09T21:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: self defined import format &amp; later cannot open the file because informat was not found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/self-defined-import-format-amp-later-cannot-open-the-file/m-p/255664#M48872</link>
      <description>&lt;P&gt;Thank you. I will look into proc datasets.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 21:29:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/self-defined-import-format-amp-later-cannot-open-the-file/m-p/255664#M48872</guid>
      <dc:creator>fengyuwuzu</dc:creator>
      <dc:date>2016-03-09T21:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: self defined import format &amp; later cannot open the file because informat was not found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/self-defined-import-format-amp-later-cannot-open-the-file/m-p/255692#M48882</link>
      <description>&lt;P&gt;The SAS option treating that as an error and preventing use of the set is FMTERR.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you use&lt;/P&gt;
&lt;P&gt;Options nofmterr;&lt;/P&gt;
&lt;P&gt;you&amp;nbsp; will get a message in the log about the missing format but can&amp;nbsp;do anything with the set that does not require use of the missing format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have that set as a persistent system option because of the occasional dataset I get from other folks with such things and access to the format may not be possible.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 22:50:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/self-defined-import-format-amp-later-cannot-open-the-file/m-p/255692#M48882</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-03-09T22:50:55Z</dc:date>
    </item>
  </channel>
</rss>

