<?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: var name starting with number, underscore added vs substituted in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333913#M75313</link>
    <description>&lt;P&gt;You should either both use the EXCEL engine or the XLSX engine if you want to get the same behaviour.&lt;/P&gt;
&lt;P&gt;The XLSX engine is more portable since it does not require that you have Microsoft software running somewhere.&lt;/P&gt;
&lt;P&gt;But the XLSX engine has fewer options and does require a newer version of SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If EXCEL engine doesn't work on one of the machines then that machine does not have Microsoft Excel installed or the version that is installed is not compatible with the version of SAS installed. &amp;nbsp;If you have 64bit SAS and 32bit Excel or vice versa you will have trouble.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also if you are using EXCEL enging then the version of Excel that is install could make a difference in how the import works.&lt;/P&gt;</description>
    <pubDate>Fri, 17 Feb 2017 20:47:14 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2017-02-17T20:47:14Z</dc:date>
    <item>
      <title>var name starting with number, underscore added vs substituted</title>
      <link>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333887#M75301</link>
      <description>&lt;P&gt;Question: in our raw data set, some variables begin with the year, for example, "2007SomeOtherWords"&lt;/P&gt;
&lt;P&gt;On one person's computer, after SAS reads this in, the variable name looks like "_007SomeOtherWords"&lt;/P&gt;
&lt;P&gt;On another person's computer, after SAS reads this in, the variable name looks like "_2007SomeOtherWords"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On one computer, the underscore substitutes for the first character, on another computer, the underscore is added before the first character. What determines whether the underscore is added or substituted?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as I can tell, our computers are identical, SAS 9.4, 64 bit SAS, windows 7, same service pack, 64 bit (also we are reading from an excel file, excel is 32 bit, MS 2016, but the same on both computers). Also, he can read the excel file with dbms=excel, I can't. I have to use dbms=xlsx&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestions?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 18:43:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333887#M75301</guid>
      <dc:creator>geneshackman</dc:creator>
      <dc:date>2017-02-17T18:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: var name starting with number, underscore added vs substituted</title>
      <link>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333889#M75302</link>
      <description>&lt;P&gt;If the first character is a space in the file read using Proc Import you could get the _2007&lt;/P&gt;
&lt;P&gt;Other conversions of names might occur depending on the data source such are reading from another DBMS. You would have to provide some details as to how the data source is being read to provide more information.&lt;/P&gt;
&lt;P&gt;Also the VALIDVARNAME system option in SAS could come into play or in Connect to a DBMS.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 18:53:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333889#M75302</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-02-17T18:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: var name starting with number, underscore added vs substituted</title>
      <link>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333891#M75303</link>
      <description>&lt;P&gt;I think the difference is between the different DBMS you are using. The following is from the 9.4 SAS/Access documentation (&lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/69731/HTML/default/viewer.htm#n0msy4hy1so0ren1acm90iijxn8j.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/acpcref/69731/HTML/default/viewer.htm#n0msy4hy1so0ren1acm90iijxn8j.htm&lt;/A&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="p1h73kouvncqc9n14umhm8zzutgg" class="xis-paraSimple"&gt;Starting in &lt;SPAN class="xis-nobr"&gt;SAS/ACCESS&lt;/SPAN&gt; 9.4, GETNAMES= prefixes an underscore to the data value rather than replacing the value’s first character. For example, &lt;CODE class="xis-codeDefaultStyle"&gt;2013.Changes&lt;/CODE&gt; becomes &lt;CODE class="xis-codeDefaultStyle"&gt;_2013_Changes&lt;/CODE&gt;.&lt;/DIV&gt;
&lt;DIV id="p1e1gcaovz20k0n1l1y0w5l8t63p" class="xis-paraSimple"&gt;YES specifies that the IMPORT procedure generate SAS variable names from the data values in the first record of the imported Excel file.&lt;/DIV&gt;
&lt;DIV id="p1o7q4154hlrfkn15hvcf2cupd6b" class="xis-paraSimple"&gt;NO specifies that the IMPORT procedure generate SAS variable names as F1, F2, F3, and so on.&lt;/DIV&gt;
&lt;TABLE class="xis-summary"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="xis-summaryDefault"&gt;Default&lt;/TD&gt;
&lt;TD class="xis-summaryText"&gt;YES&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD rowspan="4" class="xis-restriction"&gt;Restrictions&lt;/TD&gt;
&lt;TD class="xis-summaryText"&gt;Valid only for Windows.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="xis-summaryText"&gt;Valid only for the IMPORT procedure.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="xis-summaryText"&gt;Supported only when DBMS=EXCEL5.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="xis-summaryText"&gt;VALIDVARNAME= must be V7. It cannot be ANY.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;HTH,&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 18:59:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333891#M75303</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-02-17T18:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: var name starting with number, underscore added vs substituted</title>
      <link>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333900#M75307</link>
      <description>&lt;P&gt;Thanks for the quick responses. A little more info.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On his computer, this works&lt;BR /&gt;PROC IMPORT OUT = YRBS&lt;BR /&gt;&amp;nbsp; DATAFILE = "H:\PHIGDATA\PreventionAgenda\Data\2017\RawData\YRBS\PA52_PA56_PA57_07_15_raw_data.xlsx" &lt;BR /&gt;&amp;nbsp; DBMS=EXCEL REPLACE;&lt;BR /&gt;RUN;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On my computer, I get &lt;BR /&gt;ERROR: Connect: Class not registered&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;BR /&gt;Connection Failed.&amp;nbsp; See log for details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but on my computer, this works&lt;BR /&gt;PROC IMPORT OUT = YRBS &lt;BR /&gt;DATAFILE = "H:\PHIGDATA\PreventionAgenda\Data\2017\RawData\YRBS\PA52_PA56_PA57_07_15_raw_data.xlsx" &lt;BR /&gt;DBMS=xlsx REPLACE;&lt;BR /&gt;RUN;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but I get this&lt;BR /&gt;NOTE:&amp;nbsp;&amp;nbsp;&amp;nbsp; Variable Name Change.&amp;nbsp; 2007&amp;nbsp; -&amp;gt; _2007__&lt;BR /&gt;NOTE:&amp;nbsp;&amp;nbsp;&amp;nbsp; Variable Name Change.&amp;nbsp; 2007 Lower CI Limit -&amp;gt; _2007_Lower_CI_Limit&lt;BR /&gt;NOTE:&amp;nbsp;&amp;nbsp;&amp;nbsp; Variable Name Change.&amp;nbsp; 2007 Upper CI Limit -&amp;gt; _2007_Upper_CI_Limit&lt;BR /&gt;NOTE:&amp;nbsp;&amp;nbsp;&amp;nbsp; Variable Name Change.&amp;nbsp; 2009&amp;nbsp; -&amp;gt; _2009__&lt;BR /&gt;NOTE:&amp;nbsp;&amp;nbsp;&amp;nbsp; Variable Name Change.&amp;nbsp; 2009 Lower CI Limit -&amp;gt; _2009_Lower_CI_Limit&lt;BR /&gt;NOTE:&amp;nbsp;&amp;nbsp;&amp;nbsp; Variable Name Change.&amp;nbsp; 2009 Upper CI Limit -&amp;gt; _2009_Upper_CI_Limit&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On his computer, the variable names look like _007 and _007_Lower_CI_Limit&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 19:11:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333900#M75307</guid>
      <dc:creator>geneshackman</dc:creator>
      <dc:date>2017-02-17T19:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: var name starting with number, underscore added vs substituted</title>
      <link>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333908#M75311</link>
      <description>&lt;P&gt;Can you post the results from proc setinit on each computer - block out the Site number.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 19:34:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333908#M75311</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-02-17T19:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: var name starting with number, underscore added vs substituted</title>
      <link>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333911#M75312</link>
      <description>&lt;P&gt;Which part are you looking for?&amp;nbsp; This is mine, with site info and dates edited out&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Original site validation data&lt;BR /&gt;Site name:&amp;nbsp;&amp;nbsp;&amp;nbsp; 'stuff'.&lt;BR /&gt;Site number:&amp;nbsp; numbers.&lt;BR /&gt;Expiration:&amp;nbsp;&amp;nbsp; date.&lt;BR /&gt;Grace Period:&amp;nbsp; 45 days (ending date).&lt;BR /&gt;Warning Period: 45 days (ending date).&lt;BR /&gt;System birthday:&amp;nbsp;&amp;nbsp; date.&lt;BR /&gt;Operating System:&amp;nbsp;&amp;nbsp; WX64_WKS.&lt;BR /&gt;Product expiration dates:&lt;BR /&gt;---Base SAS Software&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&lt;BR /&gt;---SAS/STAT&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&lt;BR /&gt;---SAS/GRAPH&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&lt;BR /&gt;---SAS/ETS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&lt;BR /&gt;---SAS/FSP&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&lt;BR /&gt;---SAS/OR&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&lt;BR /&gt;---SAS/ASSIST&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&lt;BR /&gt;---SAS/CONNECT&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&lt;BR /&gt;---SAS/Secure 168-bit&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&lt;BR /&gt;---SAS/Secure Windows&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&lt;BR /&gt;---SAS Enterprise Guide&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&lt;BR /&gt;---SAS Bridge for ESRI&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&lt;BR /&gt;---OR OPT&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&lt;BR /&gt;---OR PRS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&lt;BR /&gt;---OR IVS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&lt;BR /&gt;---OR LSO&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&lt;BR /&gt;---SAS/ACCESS Interface to Oracle&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&lt;BR /&gt;---SAS/ACCESS Interface to Sybase&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&lt;BR /&gt;---SAS/ACCESS Interface to PC Files&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&lt;BR /&gt;---SAS/ACCESS Interface to ODBC&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&lt;BR /&gt;---SAS Workspace Server for Local Access&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&lt;BR /&gt;---High Performance Suite&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 19:50:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333911#M75312</guid>
      <dc:creator>geneshackman</dc:creator>
      <dc:date>2017-02-17T19:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: var name starting with number, underscore added vs substituted</title>
      <link>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333913#M75313</link>
      <description>&lt;P&gt;You should either both use the EXCEL engine or the XLSX engine if you want to get the same behaviour.&lt;/P&gt;
&lt;P&gt;The XLSX engine is more portable since it does not require that you have Microsoft software running somewhere.&lt;/P&gt;
&lt;P&gt;But the XLSX engine has fewer options and does require a newer version of SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If EXCEL engine doesn't work on one of the machines then that machine does not have Microsoft Excel installed or the version that is installed is not compatible with the version of SAS installed. &amp;nbsp;If you have 64bit SAS and 32bit Excel or vice versa you will have trouble.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also if you are using EXCEL enging then the version of Excel that is install could make a difference in how the import works.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 20:47:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333913#M75313</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-02-17T20:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: var name starting with number, underscore added vs substituted</title>
      <link>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333927#M75322</link>
      <description>&lt;P&gt;I wanted to see the Current Version info, but it looks like you deleted it? It's the first line under Original Site Validation data.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 20:19:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333927#M75322</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-02-17T20:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: var name starting with number, underscore added vs substituted</title>
      <link>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333933#M75328</link>
      <description>&lt;P&gt;Hmm, I don't think I deleted any lines, just some content (dates, site name, site number). I reran proc setinit, and these are the first couple of lines. I don't see a line for current version info. Is there another way to get this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Original site validation data&lt;/P&gt;
&lt;P&gt;Site name: 'site name'.&lt;/P&gt;
&lt;P&gt;Site number: number.&lt;/P&gt;
&lt;P&gt;Expiration: date.&lt;/P&gt;
&lt;P&gt;Grace Period: 45 days (ending date).&lt;/P&gt;
&lt;P&gt;Warning Period: 45 days (ending date).&lt;/P&gt;
&lt;P&gt;System birthday: date.&lt;/P&gt;
&lt;P&gt;Operating System: WX64_WKS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I go to sas help, I got this&lt;/P&gt;
&lt;P&gt;software information&lt;/P&gt;
&lt;P&gt;sas 9.4 TS level 1MO&lt;/P&gt;
&lt;P&gt;x64_7PRO platform&lt;/P&gt;
&lt;P&gt;Operating System Information&lt;/P&gt;
&lt;P&gt;Windows version 6.1.7601&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 20:32:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333933#M75328</guid>
      <dc:creator>geneshackman</dc:creator>
      <dc:date>2017-02-17T20:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: var name starting with number, underscore added vs substituted</title>
      <link>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333935#M75329</link>
      <description>&lt;P&gt;If the excel files are not identical on both computers, I guess&lt;/P&gt;
&lt;P&gt;that the longest text under "_2007..." is at least 20 characters while under "_007..." is at most 18 characters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check the excel data - am I right ?!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As about beeing unable to read dbms=excel &amp;nbsp;- I have no idea - as both computers are with SAS 9.4&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 20:33:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333935#M75329</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2017-02-17T20:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: var name starting with number, underscore added vs substituted</title>
      <link>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333936#M75330</link>
      <description>&lt;P&gt;And your colleagues information?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 20:34:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333936#M75330</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-02-17T20:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: var name starting with number, underscore added vs substituted</title>
      <link>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333938#M75332</link>
      <description>&lt;P&gt;Shmuel, we are both accessing the same excel file, on a shared drive.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 20:35:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333938#M75332</guid>
      <dc:creator>geneshackman</dc:creator>
      <dc:date>2017-02-17T20:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: var name starting with number, underscore added vs substituted</title>
      <link>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333940#M75334</link>
      <description>&lt;P&gt;Reeza, I went to look at his computer, exactly the same info as my computer. Can't figure this out.....&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 20:40:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333940#M75334</guid>
      <dc:creator>geneshackman</dc:creator>
      <dc:date>2017-02-17T20:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: var name starting with number, underscore added vs substituted</title>
      <link>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333943#M75336</link>
      <description>&lt;P&gt;I guess, my response would be, that can't be the case.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There has to be some difference, which is why I asked you to post the exact information.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Especially if you say you can't use an DBMS engine and s/he can. Please post the exact values. Otherwise, your best bet is to work through this with SAS Support. I wouldn't expect the exact same versions on different computers to handle things differently.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 20:43:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333943#M75336</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-02-17T20:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: var name starting with number, underscore added vs substituted</title>
      <link>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333947#M75339</link>
      <description>&lt;P&gt;Reeza, I agree, there has to be some difference, but I can't find it. If I were to post the info about his computer that I posted about my computer, it would be exactly the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there something in an .ini file or something that tells SAS your preferences, maybe for some reason his is config'd differently than mine, where would I find how our SAS's are config'd? or the preferences?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 20:48:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333947#M75339</guid>
      <dc:creator>geneshackman</dc:creator>
      <dc:date>2017-02-17T20:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: var name starting with number, underscore added vs substituted</title>
      <link>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333951#M75340</link>
      <description>&lt;P&gt;PROC OPTIONS.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Assuming you have the exact same version, 9.4 TS1M0 - which is buggy in the first place actually, the other option I'd check would be VALIDVARNAME but I doubt you'll find a difference there. The inability to access Excel file the same means that something is not set up correctly on your machine.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 20:57:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333951#M75340</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-02-17T20:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: var name starting with number, underscore added vs substituted</title>
      <link>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333970#M75344</link>
      <description>&lt;P&gt;For sure somehow the computers are set up differently. However, I just tried the two versions on two other computers in our office,&amp;nbsp; and get exactly the same problem as I do when I try on my computer. So, somehow my one colleague's computer is set up differently than is all the others, but I can't figure out how. Thanks though.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 21:23:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333970#M75344</guid>
      <dc:creator>geneshackman</dc:creator>
      <dc:date>2017-02-17T21:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: var name starting with number, underscore added vs substituted</title>
      <link>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333980#M75345</link>
      <description>&lt;P&gt;I would contact SAS Technical Support. Here is a message contained in a SAS note (&lt;A href="http://support.sas.com/kb/43/933.html" target="_blank"&gt;http://support.sas.com/kb/43/933.html&lt;/A&gt;) regarding a closely related&amp;nbsp;problem:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This problem (getting the error you got when trying to import using the Excel engine) can also occur when the Microsoft components that the drivers require are not installed. If this is true, contact SAS Technical Support.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;HTH,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Art, CEO, AnalystFinder.com&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 21:58:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/333980#M75345</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-02-17T21:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: var name starting with number, underscore added vs substituted</title>
      <link>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/334004#M75361</link>
      <description>&lt;P&gt;Assuming you are using Proc Import then the Version of &lt;STRONG&gt;EXCEL&lt;/STRONG&gt; may something to consider. The Excel data engine decides what SAS sees and then SAS uses that information to create the variable names.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 23:55:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/334004#M75361</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-02-17T23:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: var name starting with number, underscore added vs substituted</title>
      <link>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/334699#M75600</link>
      <description>&lt;P&gt;Thanks everyone for trying to figure this out. I am going a different way, as I can't quite figure it out. Instead, I will use validvarname=any to take the variables exactly as they are named, and then just use rename to get them to a 'valid' sas name. Thanks all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 16:22:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/var-name-starting-with-number-underscore-added-vs-substituted/m-p/334699#M75600</guid>
      <dc:creator>geneshackman</dc:creator>
      <dc:date>2017-02-21T16:22:49Z</dc:date>
    </item>
  </channel>
</rss>

