<?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: ERRO IN SAS CODE in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERRO-IN-SAS-CODE/m-p/854870#M337878</link>
    <description>&lt;P&gt;If you say so… thanks for the enlightenment&lt;BR /&gt;but I believe in resurrection!&lt;BR /&gt;This problem happened to me fresh fresh 2 days ago&lt;BR /&gt;Anyway, ok, I give up...next time I'll even check the date before I have the license to express myself&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jan 2023 16:50:10 GMT</pubDate>
    <dc:creator>Teo_ita</dc:creator>
    <dc:date>2023-01-20T16:50:10Z</dc:date>
    <item>
      <title>ERRO IN SAS CODE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERRO-IN-SAS-CODE/m-p/597724#M172244</link>
      <description>&lt;P&gt;When generating a code in sas guide, code specified below generates the error. How do I demote this table?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let tabela = BS_VENDAS_DIGITAIS_MONITOR; /*nomedatabela*/
%let biblioteca = TLVVA; /*biblioteca de origem*/
%let pastaDestino = /Canais Indiretos/Tabelas em Memória;
%include '/sistemas/shell/load_table_users_canaisindiretos.sas';&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: The target table BS_VENDAS_DIGITAIS_MONITOR of the promotion already exists. Please specify a different name.&lt;BR /&gt;ERROR: The action stopped due to errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 14:25:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERRO-IN-SAS-CODE/m-p/597724#M172244</guid>
      <dc:creator>EloarL</dc:creator>
      <dc:date>2019-10-18T14:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO IN SAS CODE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERRO-IN-SAS-CODE/m-p/597780#M172273</link>
      <description>With the supplied information it is difficult to indicate what could be causes. Do you drop the table in the sas program when it already exists? Are you the only user with access? Do you try to run this several times in a row?</description>
      <pubDate>Fri, 18 Oct 2019 17:30:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERRO-IN-SAS-CODE/m-p/597780#M172273</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2019-10-18T17:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO IN SAS CODE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERRO-IN-SAS-CODE/m-p/854767#M337831</link>
      <description>&lt;P&gt;Following a server restart it happened to me that Viya has regenerated a similar one. Check in the Environment Manager that there is no table with similar name (in your case, for example: _BS_VENDAS_DIGITAIS_MONITOR_938H48F43T234.....):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Errore_tabella_nome_simile.jpg" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/79542i16F0C054AE9DD34E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Errore_tabella_nome_simile.jpg" alt="Errore_tabella_nome_simile.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and delete it.&lt;BR /&gt;Then try to regenerate it.&lt;BR /&gt;It worked for me&lt;BR /&gt;Hello!&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 08:43:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERRO-IN-SAS-CODE/m-p/854767#M337831</guid>
      <dc:creator>Teo_ita</dc:creator>
      <dc:date>2023-01-20T08:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO IN SAS CODE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERRO-IN-SAS-CODE/m-p/854775#M337834</link>
      <description>Hello!&lt;BR /&gt;Hard to tell, as Jos has already put it. If you just run the %include line does the reproduce the error? &lt;BR /&gt;Otherwise you needed to narrow the error a bit and post code and log here.&lt;BR /&gt;--FJa</description>
      <pubDate>Fri, 20 Jan 2023 08:53:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERRO-IN-SAS-CODE/m-p/854775#M337834</guid>
      <dc:creator>fja</dc:creator>
      <dc:date>2023-01-20T08:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO IN SAS CODE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERRO-IN-SAS-CODE/m-p/854780#M337837</link>
      <description>&lt;P&gt;I'm not sure exactly what you mean...&lt;BR /&gt;I just brought my experience on this error, that's all&lt;/P&gt;&lt;P&gt;I just thought it was useful...&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 09:03:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERRO-IN-SAS-CODE/m-p/854780#M337837</guid>
      <dc:creator>Teo_ita</dc:creator>
      <dc:date>2023-01-20T09:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO IN SAS CODE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERRO-IN-SAS-CODE/m-p/854824#M337854</link>
      <description>Hello teo_ita!&lt;BR /&gt;My reply was not addressed to you but to the original poster EloarL. Hence, probably, the misunderstanding &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Thank you very much for sharing your thoughts and experience, Teo_ita.&lt;BR /&gt;--fja</description>
      <pubDate>Fri, 20 Jan 2023 13:01:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERRO-IN-SAS-CODE/m-p/854824#M337854</guid>
      <dc:creator>fja</dc:creator>
      <dc:date>2023-01-20T13:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO IN SAS CODE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERRO-IN-SAS-CODE/m-p/854853#M337872</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/338236"&gt;@fja&lt;/a&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/416119"&gt;@Teo_ita&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The original poster of this question has not returned, or at least not posted anything, since Oct 2019. So seems unlikely that responses to the original question are needed or used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Resurrecting older posts, especially if years old, is usually not needed.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 15:52:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERRO-IN-SAS-CODE/m-p/854853#M337872</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-01-20T15:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO IN SAS CODE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERRO-IN-SAS-CODE/m-p/854870#M337878</link>
      <description>&lt;P&gt;If you say so… thanks for the enlightenment&lt;BR /&gt;but I believe in resurrection!&lt;BR /&gt;This problem happened to me fresh fresh 2 days ago&lt;BR /&gt;Anyway, ok, I give up...next time I'll even check the date before I have the license to express myself&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 16:50:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERRO-IN-SAS-CODE/m-p/854870#M337878</guid>
      <dc:creator>Teo_ita</dc:creator>
      <dc:date>2023-01-20T16:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO IN SAS CODE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERRO-IN-SAS-CODE/m-p/854896#M337896</link>
      <description>Ah ... I did not pay attention to the date of the original post. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; --fja</description>
      <pubDate>Fri, 20 Jan 2023 20:30:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERRO-IN-SAS-CODE/m-p/854896#M337896</guid>
      <dc:creator>fja</dc:creator>
      <dc:date>2023-01-20T20:30:37Z</dc:date>
    </item>
  </channel>
</rss>

