<?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: ERROR: The format CHAR was not found or could not be loaded in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-The-format-CHAR-was-not-found-or-could-not-be-loaded/m-p/434294#M28055</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;(INPUT (PUT(t1.C07507, 8.),yymmdd8.)) FORMAT=ddmmyys10. AS FECHA_TRX,
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Yeah that doesn't work, you're converting a numeric to character so you need a numeric format.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try 8. instead of CHAR8&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Feb 2018 17:52:39 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-02-05T17:52:39Z</dc:date>
    <item>
      <title>ERROR: The format CHAR was not found or could not be loaded</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-The-format-CHAR-was-not-found-or-could-not-be-loaded/m-p/434208#M28048</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've made a project with a text prompt, where the users enter a cardnumber of 16 digits, the library I used seems doesn't have format catalog, so when I try to create the stored process I get the error related to the prompt:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;ERROR: The format CHAR was not found or could not be loaded.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've try to create user-defined format and load format from another library but it hasn't work.&lt;/P&gt;&lt;P&gt;I noticed in the log that the library don't use the sas engine:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;NOTE: Libref MONFRA was successfully assigned as follows: &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;Engine: SQLSVR.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;What can I do?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 15:49:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-The-format-CHAR-was-not-found-or-could-not-be-loaded/m-p/434208#M28048</guid>
      <dc:creator>rodrichiez</dc:creator>
      <dc:date>2018-02-05T15:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The format CHAR was not found or could not be loaded</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-The-format-CHAR-was-not-found-or-could-not-be-loaded/m-p/434220#M28049</link>
      <description>&lt;P&gt;SAS contains a set of related formats such as $char2., $char3., etc.&amp;nbsp; They would be used to print character variables, preserving leading blanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You would receive this sort of error if you attempted to apply one of these formats to a numeric variable.&amp;nbsp; That's the first thing to check.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 15:58:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-The-format-CHAR-was-not-found-or-could-not-be-loaded/m-p/434220#M28049</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-02-05T15:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The format CHAR was not found or could not be loaded</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-The-format-CHAR-was-not-found-or-could-not-be-loaded/m-p/434230#M28050</link>
      <description>The column is alphanumeric and I pass a text value through the prompt.</description>
      <pubDate>Mon, 05 Feb 2018 16:12:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-The-format-CHAR-was-not-found-or-could-not-be-loaded/m-p/434230#M28050</guid>
      <dc:creator>rodrichiez</dc:creator>
      <dc:date>2018-02-05T16:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The format CHAR was not found or could not be loaded</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-The-format-CHAR-was-not-found-or-could-not-be-loaded/m-p/434244#M28051</link>
      <description>&lt;P&gt;Can you show the section of code that generates that error then?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 16:37:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-The-format-CHAR-was-not-found-or-could-not-be-loaded/m-p/434244#M28051</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-05T16:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The format CHAR was not found or could not be loaded</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-The-format-CHAR-was-not-found-or-could-not-be-loaded/m-p/434282#M28052</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the section of code, the error refer to the 291 line:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;248 +&lt;BR /&gt;249 +PROC SQL;&lt;BR /&gt;250 + CREATE TABLE WORK.QUERY_FOR_EVENTOS750 AS&lt;BR /&gt;251 + SELECT t1.C07500,&lt;BR /&gt;252 + t1.C07503,&lt;BR /&gt;253 + t1.C07504,&lt;BR /&gt;254 + t1.C07553,&lt;BR /&gt;255 + t1.C07560,&lt;BR /&gt;256 + /* FECHA_TRX */&lt;BR /&gt;257 + (INPUT (PUT(t1.C07507, char8.),yymmdd8.)) FORMAT=ddmmyys10. AS FECHA_TRX,&lt;BR /&gt;258 + t1.HORA,&lt;BR /&gt;259 + t1.C07508 FORMAT=BEST12.,&lt;BR /&gt;260 + t1.C07510 FORMAT=BEST12.,&lt;BR /&gt;261 + t1.C07543 FORMAT=BEST12.,&lt;BR /&gt;262 + t1.C07511,&lt;BR /&gt;263 + t1.C07513 FORMAT=BEST12.,&lt;BR /&gt;The SAS System&lt;/P&gt;&lt;P&gt;264 + t1.C07514,&lt;BR /&gt;265 + t1.C07515,&lt;BR /&gt;266 + t1.C07516,&lt;BR /&gt;267 + t1.C07517,&lt;BR /&gt;268 + t1.C07518,&lt;BR /&gt;269 + t1.C07528,&lt;BR /&gt;270 + t1.C07519,&lt;BR /&gt;271 + t1.C07568,&lt;BR /&gt;272 + t1.C07569,&lt;BR /&gt;273 + t1.C07535,&lt;BR /&gt;274 + t1.C07521,&lt;BR /&gt;275 + t1.C07522,&lt;BR /&gt;276 + t1.C07524,&lt;BR /&gt;277 + t1.C07525,&lt;BR /&gt;278 + t1.C07577,&lt;BR /&gt;279 + t1.C07584,&lt;BR /&gt;280 + t1.C07585 FORMAT=BEST12.,&lt;BR /&gt;281 + t1.C07589 FORMAT=BEST12.,&lt;BR /&gt;282 + t1.C07590 FORMAT=BEST12.,&lt;BR /&gt;283 + t1.C07592,&lt;BR /&gt;284 + t1.C07803,&lt;BR /&gt;285 + t1.C07530,&lt;BR /&gt;286 + t1.C07807 FORMAT=BEST12.,&lt;BR /&gt;287 + t1.FRAUDE&lt;BR /&gt;288 + FROM MONFRA.EVENTOS750 t1&lt;BR /&gt;289 + WHERE %_eg_WhereParam( (CALCULATED FECHA_TRX), FECHA_CONSULTA_min, GE, TYPE=D, IS_EXPLICIT=0 ) AND&lt;BR /&gt;290 + %_eg_WhereParam( (CALCULATED FECHA_TRX), FECHA_CONSULTA_max, LT, TYPE=D, IS_EXPLICIT=0 ) AND t1.C07500 =&lt;BR /&gt;&lt;STRONG&gt;291 + "&amp;amp;NRO_TARJETA";&lt;/STRONG&gt;&lt;BR /&gt;ERROR: The format CHAR was not found or could not be loaded.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 17:43:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-The-format-CHAR-was-not-found-or-could-not-be-loaded/m-p/434282#M28052</guid>
      <dc:creator>rodrichiez</dc:creator>
      <dc:date>2018-02-05T17:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The format CHAR was not found or could not be loaded</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-The-format-CHAR-was-not-found-or-could-not-be-loaded/m-p/434284#M28053</link>
      <description>&lt;P&gt;And the rest of the log....&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 17:45:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-The-format-CHAR-was-not-found-or-could-not-be-loaded/m-p/434284#M28053</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-05T17:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The format CHAR was not found or could not be loaded</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-The-format-CHAR-was-not-found-or-could-not-be-loaded/m-p/434290#M28054</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Find attached the&amp;nbsp;log.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 17:48:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-The-format-CHAR-was-not-found-or-could-not-be-loaded/m-p/434290#M28054</guid>
      <dc:creator>rodrichiez</dc:creator>
      <dc:date>2018-02-05T17:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The format CHAR was not found or could not be loaded</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-The-format-CHAR-was-not-found-or-could-not-be-loaded/m-p/434294#M28055</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;(INPUT (PUT(t1.C07507, 8.),yymmdd8.)) FORMAT=ddmmyys10. AS FECHA_TRX,
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Yeah that doesn't work, you're converting a numeric to character so you need a numeric format.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try 8. instead of CHAR8&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 17:52:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-The-format-CHAR-was-not-found-or-could-not-be-loaded/m-p/434294#M28055</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-05T17:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The format CHAR was not found or could not be loaded</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-The-format-CHAR-was-not-found-or-could-not-be-loaded/m-p/434298#M28056</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&lt;/P&gt;&lt;P&gt;But the error is in line 291:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;t1.C07500 =&amp;nbsp;"&amp;amp;NRO_TARJETA";&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 17:57:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-The-format-CHAR-was-not-found-or-could-not-be-loaded/m-p/434298#M28056</guid>
      <dc:creator>rodrichiez</dc:creator>
      <dc:date>2018-02-05T17:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The format CHAR was not found or could not be loaded</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-The-format-CHAR-was-not-found-or-could-not-be-loaded/m-p/434301#M28057</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/150360"&gt;@rodrichiez&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;But the error is in line 291:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;t1.C07500 =&amp;nbsp;"&amp;amp;NRO_TARJETA";&lt;/STRONG&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Did you try making the change? Was the error still there?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 17:58:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-The-format-CHAR-was-not-found-or-could-not-be-loaded/m-p/434301#M28057</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-05T17:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The format CHAR was not found or could not be loaded</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-The-format-CHAR-was-not-found-or-could-not-be-loaded/m-p/434329#M28058</link>
      <description>&lt;P&gt;You're right&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;. This is the solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much!&amp;nbsp;&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://communities.sas.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 18:38:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-The-format-CHAR-was-not-found-or-could-not-be-loaded/m-p/434329#M28058</guid>
      <dc:creator>rodrichiez</dc:creator>
      <dc:date>2018-02-05T18:38:40Z</dc:date>
    </item>
  </channel>
</rss>

