<?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 data set contains variables with invalid column names. The SAS option VALIDVARNAME=ANY disab in SAS Software for Learning Community</title>
    <link>https://communities.sas.com/t5/SAS-Software-for-Learning/The-data-set-contains-variables-with-invalid-column-names-The/m-p/790073#M355</link>
    <description>&lt;P&gt;By default, variable names cannot begin with a digit. The variable names you show are all illegal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you run this command&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options validvarlist=any;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;that should make your variable names acceptable to SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jan 2022 21:10:51 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2022-01-13T21:10:51Z</dc:date>
    <item>
      <title>The data set contains variables with invalid column names. The SAS option VALIDVARNAME=ANY disabled</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/The-data-set-contains-variables-with-invalid-column-names-The/m-p/790071#M354</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i tried to use exported SAS data set from SAS Studio in my EM project. However, data source wizard give a server error pop up mentioning that "The data set contains variables with invalid column names. The SAS option VALIDVARNAME=ANY is currently disabled. Please consult your SAS Language Reference for more information."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had rename my variable so that the variable follow the rules of SAS Variable name and re-export my data. But I still get the same message. I have also ran the PROC CONTENTS for the dataset but I couldn't find any invalid column name.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What should I do?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EM Error" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/67387i51FED4EDD714AE49/image-size/large?v=v2&amp;amp;px=999" role="button" title="Errormessage.png" alt="EM Error" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;EM Error&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PROC CONTENTS DATA" style="width: 349px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/67388iD3DF2B559D733DCC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Columnname.png" alt="PROC CONTENTS DATA" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;PROC CONTENTS DATA&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 21:00:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/The-data-set-contains-variables-with-invalid-column-names-The/m-p/790071#M354</guid>
      <dc:creator>HaribaskarS</dc:creator>
      <dc:date>2022-01-13T21:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: The data set contains variables with invalid column names. The SAS option VALIDVARNAME=ANY disab</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/The-data-set-contains-variables-with-invalid-column-names-The/m-p/790073#M355</link>
      <description>&lt;P&gt;By default, variable names cannot begin with a digit. The variable names you show are all illegal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you run this command&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options validvarlist=any;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;that should make your variable names acceptable to SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 21:10:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/The-data-set-contains-variables-with-invalid-column-names-The/m-p/790073#M355</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-01-13T21:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: The data set contains variables with invalid column names. The SAS option VALIDVARNAME=ANY disab</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/The-data-set-contains-variables-with-invalid-column-names-The/m-p/790075#M356</link>
      <description>&lt;P&gt;Or set VALIDVARNAME=V7 in SAS Studio and then export your data to be used in EM. I suspect this will be easier for OP to control than settings in EM.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options validvarname=v7;

proc export data=....&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 13 Jan 2022 21:24:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/The-data-set-contains-variables-with-invalid-column-names-The/m-p/790075#M356</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-01-13T21:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: The data set contains variables with invalid column names. The SAS option VALIDVARNAME=ANY disab</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/The-data-set-contains-variables-with-invalid-column-names-The/m-p/790126#M361</link>
      <description>&lt;P&gt;Thanks for the quick reply. That worked&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 12:07:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/The-data-set-contains-variables-with-invalid-column-names-The/m-p/790126#M361</guid>
      <dc:creator>HaribaskarS</dc:creator>
      <dc:date>2022-01-14T12:07:45Z</dc:date>
    </item>
  </channel>
</rss>

