<?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 How to know what is the current validvarname option in the system? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-know-what-is-the-current-validvarname-option-in-the/m-p/734863#M228924</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In importing data, we need to make sure the&lt;STRONG&gt; validvarname&lt;/STRONG&gt; option should be consistent, so I am wondering how to check what is the current &lt;STRONG&gt;varlidvarname&lt;/STRONG&gt; in my SAS EG currently among ANY, V7, V6, UPCASE...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm regards.&lt;/P&gt;</description>
    <pubDate>Sat, 17 Apr 2021 10:02:49 GMT</pubDate>
    <dc:creator>Phil_NZ</dc:creator>
    <dc:date>2021-04-17T10:02:49Z</dc:date>
    <item>
      <title>How to know what is the current validvarname option in the system?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-know-what-is-the-current-validvarname-option-in-the/m-p/734863#M228924</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In importing data, we need to make sure the&lt;STRONG&gt; validvarname&lt;/STRONG&gt; option should be consistent, so I am wondering how to check what is the current &lt;STRONG&gt;varlidvarname&lt;/STRONG&gt; in my SAS EG currently among ANY, V7, V6, UPCASE...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm regards.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Apr 2021 10:02:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-know-what-is-the-current-validvarname-option-in-the/m-p/734863#M228924</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-04-17T10:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to know what is the current validvarname option in the system?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-know-what-is-the-current-validvarname-option-in-the/m-p/734864#M228925</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let option_value = %sysfunc(getoption(validvarname));
%put &amp;amp;=option_value;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 17 Apr 2021 10:12:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-know-what-is-the-current-validvarname-option-in-the/m-p/734864#M228925</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-04-17T10:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to know what is the current validvarname option in the system?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-know-what-is-the-current-validvarname-option-in-the/m-p/734872#M228929</link>
      <description>&lt;P&gt;Or you use the function in a data step:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
x = getoption("validvarname");
put x=;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or you use the OPTIONS procedure:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc options option=validvarname;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 17 Apr 2021 11:58:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-know-what-is-the-current-validvarname-option-in-the/m-p/734872#M228929</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-04-17T11:58:57Z</dc:date>
    </item>
  </channel>
</rss>

