<?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: PROC EXPORT to Stata: all variables converted to lowercase - problem in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-to-Stata-all-variables-converted-to-lowercase/m-p/38260#M9773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you may find something information from the bottom part of the link &lt;A href="https://communities.sas.com/message/119093#119093"&gt;https://communities.sas.com/message/119093#119093&lt;/A&gt;.&amp;nbsp; there are options (such as &lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;VALIDVARNAME) &lt;/SPAN&gt;to control cases.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Mar 2012 01:27:23 GMT</pubDate>
    <dc:creator>Linlin</dc:creator>
    <dc:date>2012-03-30T01:27:23Z</dc:date>
    <item>
      <title>PROC EXPORT to Stata: all variables converted to lowercase - problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-to-Stata-all-variables-converted-to-lowercase/m-p/38258#M9771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should be a simple question. All datasets i export from SAS to Stata using code below end up with all variables low case although they were a mix of low and upper case in SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;PROC EXPORT DATA=lib.foo /* exporting for panel regression in stata for panel regression */&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FILE="t:\my docs\lib.foo.dta"&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBMS=STATA REPLACE;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using R 2.13, same dataset and the code below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left; padding-left: 30px;"&gt;write.dta(lib.foo, file=paste(df.project.path,"/","lib.foo.dta", sep=""))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;conserves the casing of the variables. Have been searching around for the cause, but no luck. Would appreciate any help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;Arsenio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 03:35:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-to-Stata-all-variables-converted-to-lowercase/m-p/38258#M9771</guid>
      <dc:creator>Arsenio_Staer</dc:creator>
      <dc:date>2012-03-21T03:35:47Z</dc:date>
    </item>
    <item>
      <title>PROC EXPORT to Stata: all variables converted to lowercase - problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-to-Stata-all-variables-converted-to-lowercase/m-p/38259#M9772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still haven't been able to figure it out. It's a rather strange coercion given that both SAS and Stata support mixed case var naming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 00:57:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-to-Stata-all-variables-converted-to-lowercase/m-p/38259#M9772</guid>
      <dc:creator>Arsenio_Staer</dc:creator>
      <dc:date>2012-03-30T00:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: PROC EXPORT to Stata: all variables converted to lowercase - problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-to-Stata-all-variables-converted-to-lowercase/m-p/38260#M9773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you may find something information from the bottom part of the link &lt;A href="https://communities.sas.com/message/119093#119093"&gt;https://communities.sas.com/message/119093#119093&lt;/A&gt;.&amp;nbsp; there are options (such as &lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;VALIDVARNAME) &lt;/SPAN&gt;to control cases.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 01:27:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-EXPORT-to-Stata-all-variables-converted-to-lowercase/m-p/38260#M9773</guid>
      <dc:creator>Linlin</dc:creator>
      <dc:date>2012-03-30T01:27:23Z</dc:date>
    </item>
  </channel>
</rss>

