<?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: SAS Formats in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Formats/m-p/766372#M242871</link>
    <description>&lt;P&gt;you can try options nofmterr to get rid of the error.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Sep 2021 13:11:59 GMT</pubDate>
    <dc:creator>tarheel13</dc:creator>
    <dc:date>2021-09-07T13:11:59Z</dc:date>
    <item>
      <title>SAS Formats</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Formats/m-p/766334#M242859</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I am getting below error while executing SAS DI job.&lt;/P&gt;
&lt;P&gt;ERROR: The format calim_s was not found or could not be loaded.&lt;/P&gt;
&lt;P&gt;Format catalog locatio is pointing to as below:&lt;/P&gt;
&lt;P&gt;LIBNAME glfmt "/data/SASEnvironment/SASFormats/G_L";&lt;BR /&gt;options fmtsearch=(glfmt);&lt;/P&gt;
&lt;P&gt;And, the same code executed without any errors earlier and there are no modifications in the code. Can you advise what am I missing here in terms of fixing the issue.&lt;/P&gt;
&lt;P&gt;I have reloaded the formats from prod to dev ( assuming catalogue got corrupted) but still the same issue.&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 09:15:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Formats/m-p/766334#M242859</guid>
      <dc:creator>VVDR</dc:creator>
      <dc:date>2021-09-07T09:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Formats</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Formats/m-p/766346#M242863</link>
      <description>&lt;P&gt;From now on, please show us the &lt;STRONG&gt;entire&lt;/STRONG&gt; log for this PROC or DATA step. Do NOT show us errors in the log without showing us the rest of the log for this PROC or DATA step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your format &lt;SPAN&gt;calim_s&amp;nbsp;&lt;/SPAN&gt;is not defined when you run this particular code. It doesn't matter that it was defined on an earlier run, somehow the format is not defined any longer and it must be defined for this run. We can't debug further since you didn't show us your code and your LOG.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 11:25:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Formats/m-p/766346#M242863</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-09-07T11:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Formats</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Formats/m-p/766350#M242864</link>
      <description>&lt;P&gt;A likely possibility based on this description:&amp;nbsp; the data has changed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Take a look at which variable(s) use this format.&amp;nbsp; Probably you will find a variable that used to be character in the old (working) data, but is now numeric in the current (nonworking) data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Of course we can't tell why this happened.&amp;nbsp; But this should start your path in the right direction.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 11:42:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Formats/m-p/766350#M242864</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2021-09-07T11:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Formats</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Formats/m-p/766372#M242871</link>
      <description>&lt;P&gt;you can try options nofmterr to get rid of the error.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 13:11:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Formats/m-p/766372#M242871</guid>
      <dc:creator>tarheel13</dc:creator>
      <dc:date>2021-09-07T13:11:59Z</dc:date>
    </item>
  </channel>
</rss>

