<?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 65-58: Name 'ICOALESCED_CTR_LVL_ENT_FAC_EXCL_IND' is too long for a SAS name in this conte in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-65-58-Name-ICOALESCED-CTR-LVL-ENT-FAC-EXCL-IND-is-too-long/m-p/374680#M89746</link>
    <description>so how do you fix it if the error message comes up when you are trying to load a sas data set?</description>
    <pubDate>Mon, 10 Jul 2017 19:41:32 GMT</pubDate>
    <dc:creator>taylorjessica</dc:creator>
    <dc:date>2017-07-10T19:41:32Z</dc:date>
    <item>
      <title>ERROR 65-58: Name 'ICOALESCED_CTR_LVL_ENT_FAC_EXCL_IND' is too long for a SAS name in this context</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-65-58-Name-ICOALESCED-CTR-LVL-ENT-FAC-EXCL-IND-is-too-long/m-p/271695#M54049</link>
      <description>&lt;P&gt;Has anyone encountered an error like this before? &amp;nbsp;I find it rather cryptic. &amp;nbsp;Any possible solutions would be appeciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;157 + proc sql;
157 + create table QueryData54 as ( select DISTINCT 'INVLD CTR LVL ENT FACILITY EXCL INDICATOR
MISMATCH' as RULE_NM length = 58, b.actual_dlvry_date as AD_DT, b.imb_code length = 31, 54
as RULE_ORDER,
158 + b.spm_calc_batch_date from iv_ora.bi_spm_piece_recon a, bids_ora.bi_spm_piece_recon b
where a.spm_calc_batch_date = b.spm_calc_batch_date and a.imb_code = b.imb_code and COALESCE
NOTE: Line generated by the CALL EXECUTE routine.
159 +(A.ICOALESCED_CTR_LVL_ENT_FAC_EXCL_IND ,'T') &amp;lt;&amp;gt; COALESCE(B.ICOALESCED_CTR_LVL_ENT_FAC_EXCL_IND ,'T') );
----------------------------------- -----------------------------------
65 65
NOTE: The "&amp;lt;&amp;gt;" operator is interpreted as "not equals".
ERROR 65-58: Name 'ICOALESCED_CTR_LVL_ENT_FAC_EXCL_IND' is too long for a SAS name in this context.
NOTE: PROC SQL set option NOEXEC and will continue to check the syntax of statements.
NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE SQL used (Total process time):
real time 0.01 seconds
cpu time 0.00 seconds
&amp;nbsp;
ERROR: File WORK.QUERYDATA54.DATA does not exist.
NOTE: Statements not processed because of errors noted above.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 12:19:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-65-58-Name-ICOALESCED-CTR-LVL-ENT-FAC-EXCL-IND-is-too-long/m-p/271695#M54049</guid>
      <dc:creator>buechler66</dc:creator>
      <dc:date>2016-05-19T12:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 65-58: Name 'ICOALESCED_CTR_LVL_ENT_FAC_EXCL_IND' is too long for a SAS name in this conte</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-65-58-Name-ICOALESCED-CTR-LVL-ENT-FAC-EXCL-IND-is-too-long/m-p/271698#M54050</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is not weird at all - The length of &lt;STRONG&gt;ICOALESCED_CTR_LVL_ENT_FAC_EXCL_IND &lt;/STRONG&gt;is greater than 32 which is the maximum length accepted by sas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 12:29:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-65-58-Name-ICOALESCED-CTR-LVL-ENT-FAC-EXCL-IND-is-too-long/m-p/271698#M54050</guid>
      <dc:creator>Loko</dc:creator>
      <dc:date>2016-05-19T12:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 65-58: Name 'ICOALESCED_CTR_LVL_ENT_FAC_EXCL_IND' is too long for a SAS name in this conte</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-65-58-Name-ICOALESCED-CTR-LVL-ENT-FAC-EXCL-IND-is-too-long/m-p/271701#M54051</link>
      <description>Thank you.</description>
      <pubDate>Thu, 19 May 2016 12:47:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-65-58-Name-ICOALESCED-CTR-LVL-ENT-FAC-EXCL-IND-is-too-long/m-p/271701#M54051</guid>
      <dc:creator>buechler66</dc:creator>
      <dc:date>2016-05-19T12:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 65-58: Name 'ICOALESCED_CTR_LVL_ENT_FAC_EXCL_IND' is too long for a SAS name in this conte</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-65-58-Name-ICOALESCED-CTR-LVL-ENT-FAC-EXCL-IND-is-too-long/m-p/374680#M89746</link>
      <description>so how do you fix it if the error message comes up when you are trying to load a sas data set?</description>
      <pubDate>Mon, 10 Jul 2017 19:41:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-65-58-Name-ICOALESCED-CTR-LVL-ENT-FAC-EXCL-IND-is-too-long/m-p/374680#M89746</guid>
      <dc:creator>taylorjessica</dc:creator>
      <dc:date>2017-07-10T19:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 65-58: Name 'ICOALESCED_CTR_LVL_ENT_FAC_EXCL_IND' is too long for a SAS name in this conte</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-65-58-Name-ICOALESCED-CTR-LVL-ENT-FAC-EXCL-IND-is-too-long/m-p/387045#M92758</link>
      <description>&lt;P&gt;But what is the solution of it&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 15:03:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-65-58-Name-ICOALESCED-CTR-LVL-ENT-FAC-EXCL-IND-is-too-long/m-p/387045#M92758</guid>
      <dc:creator>Jayank</dc:creator>
      <dc:date>2017-08-10T15:03:57Z</dc:date>
    </item>
  </channel>
</rss>

