<?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: The value 'Var_Name'n is not a valid SAS name (Var_Name it have a especial character like Número in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/The-value-Var-Name-n-is-not-a-valid-SAS-name-Var-Name-it-have-a/m-p/921553#M44530</link>
    <description>&lt;P&gt;To use such a variable you have to set VALIDVARNAME option to ANY.&lt;/P&gt;
&lt;P&gt;Then you can use RENAME statement to change the name.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options validvarname=any;
DATA B_LDIG;
      SET &amp;amp;LDIG.;
      rename 'DÍGITO'N = DIGITO;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;How did the variable get that name to begin with?&amp;nbsp; Perhaps you can fix the issue earlier in the process.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Mar 2024 18:45:48 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2024-03-22T18:45:48Z</dc:date>
    <item>
      <title>The value 'Var_Name'n is not a valid SAS name (Var_Name it have a especial character like Número_Um)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/The-value-Var-Name-n-is-not-a-valid-SAS-name-Var-Name-it-have-a/m-p/921551#M44529</link>
      <description>&lt;P&gt;I need to run a SAS program but I have an error when I executed.&lt;BR /&gt;I don't know about this error and never happens before, so, the error follows bellow :&lt;BR /&gt;/***** LOG ******/&lt;/P&gt;&lt;PRE&gt;154                                                                                                                                                                                                &lt;BR /&gt;155        DATA B_LDIG;                                                                                                                                                                            &lt;BR /&gt;156        SET &amp;amp;LDIG.;                                                                                                                                                                            &lt;BR /&gt;ERROR: The value 'Dígito'n is not a valid SAS name.                                                                                                                                                &lt;BR /&gt;157        DIGITO = PUT('DÍGITO'N,Z2.);                                                                                                                                                           &lt;BR /&gt;ERROR: The name 'DÍGITO'n is not a valid SAS name.                                                                                                                                                 &lt;BR /&gt;158        RUN;     &lt;/PRE&gt;&lt;P&gt;/***** CODE ******/&lt;/P&gt;&lt;P&gt;DATA B_LDIG;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; SET &amp;amp;LDIG.;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; DIGITO = PUT('DÍGITO'N,Z2.);&lt;BR /&gt;RUN;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I need a help because, I don't know how to convert the variable with especial character to be convert to without especial character .&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 18:41:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/The-value-Var-Name-n-is-not-a-valid-SAS-name-Var-Name-it-have-a/m-p/921551#M44529</guid>
      <dc:creator>Mozer19</dc:creator>
      <dc:date>2024-03-22T18:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: The value 'Var_Name'n is not a valid SAS name (Var_Name it have a especial character like Número</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/The-value-Var-Name-n-is-not-a-valid-SAS-name-Var-Name-it-have-a/m-p/921553#M44530</link>
      <description>&lt;P&gt;To use such a variable you have to set VALIDVARNAME option to ANY.&lt;/P&gt;
&lt;P&gt;Then you can use RENAME statement to change the name.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options validvarname=any;
DATA B_LDIG;
      SET &amp;amp;LDIG.;
      rename 'DÍGITO'N = DIGITO;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;How did the variable get that name to begin with?&amp;nbsp; Perhaps you can fix the issue earlier in the process.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 18:45:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/The-value-Var-Name-n-is-not-a-valid-SAS-name-Var-Name-it-have-a/m-p/921553#M44530</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2024-03-22T18:45:48Z</dc:date>
    </item>
  </channel>
</rss>

