<?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: Variable Names missing when file exported from sas in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Variable-Names-missing-when-file-exported-from-sas/m-p/366437#M87172</link>
    <description>&lt;P&gt;ohh yes..typo..i am trying to export.I am trying to export graphically,not using proc export&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jun 2017 08:38:22 GMT</pubDate>
    <dc:creator>kaverisonu</dc:creator>
    <dc:date>2017-06-13T08:38:22Z</dc:date>
    <item>
      <title>Variable Names missing when file exported from sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Variable-Names-missing-when-file-exported-from-sas/m-p/366416#M87160</link>
      <description>&lt;P&gt;I have a SAS dataset,It has almost 2000 variables,when exported from sas the names of the all the variables are not imported,though values of all the variables are imported. Any help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 07:49:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Variable-Names-missing-when-file-exported-from-sas/m-p/366416#M87160</guid>
      <dc:creator>kaverisonu</dc:creator>
      <dc:date>2017-06-13T07:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Names missing when file exported from sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Variable-Names-missing-when-file-exported-from-sas/m-p/366418#M87161</link>
      <description>&lt;P&gt;I need more information than this. From where are you importing your data and to where are you exporting? Show us some code &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 07:51:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Variable-Names-missing-when-file-exported-from-sas/m-p/366418#M87161</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-06-13T07:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Names missing when file exported from sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Variable-Names-missing-when-file-exported-from-sas/m-p/366421#M87162</link>
      <description>&lt;P&gt;Read the guidance on the post a question below the post button. &amp;nbsp;We cannot see your screen or what you are doing so cannot help.&lt;/P&gt;
&lt;P&gt;I guess that you are importing data from Excel (as no-one seems to use good file formats any more) and using proc import. &amp;nbsp;Now in Excel you can have any old nonsense, you can even have pictures an other things. &amp;nbsp;SAS requires the data to be standardised into a good structure and has limits on what variable names can be. &amp;nbsp;Its likely that because the "variable names" you state are not valid, then they are changed to something which is valid, often colX. &amp;nbsp;A robust import process would consist of getting the data into a fixed file format (CSV for instance) then writing a datastep to import that fixed file giving the structure and read commands as you know the data should be.&lt;/P&gt;
&lt;P&gt;Try posting a proc contents of the data imported and showing what your issue is.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 07:57:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Variable-Names-missing-when-file-exported-from-sas/m-p/366421#M87162</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-06-13T07:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Names missing when file exported from sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Variable-Names-missing-when-file-exported-from-sas/m-p/366431#M87167</link>
      <description>&lt;P&gt;The data was imported into SAS in csv form and after doing some calculation and variable creation,i am trying to export the dataset&amp;nbsp;&lt;/P&gt;&lt;P&gt;from&amp;nbsp;SAS on the same server where sas is installed.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 08:22:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Variable-Names-missing-when-file-exported-from-sas/m-p/366431#M87167</guid>
      <dc:creator>kaverisonu</dc:creator>
      <dc:date>2017-06-13T08:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Names missing when file exported from sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Variable-Names-missing-when-file-exported-from-sas/m-p/366432#M87168</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/90878"&gt;@kaverisonu&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I have a SAS dataset,It has almost 2000 variables,when exported from sas the names of the all the variables are not imported,though values of all the variables are imported. Any help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Please rephrase your question&lt;/P&gt;
&lt;P&gt;Are you &lt;STRONG&gt;ex&lt;/STRONG&gt;porting or &lt;STRONG&gt;im&lt;/STRONG&gt;porting?&lt;/P&gt;
&lt;P&gt;If exporting, provide the export code; providing example data (see &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt;) may be helpful; since you mention that no names at all are ex(im?)ported, just a few variables will suffice.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 08:23:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Variable-Names-missing-when-file-exported-from-sas/m-p/366432#M87168</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-06-13T08:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Names missing when file exported from sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Variable-Names-missing-when-file-exported-from-sas/m-p/366437#M87172</link>
      <description>&lt;P&gt;ohh yes..typo..i am trying to export.I am trying to export graphically,not using proc export&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 08:38:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Variable-Names-missing-when-file-exported-from-sas/m-p/366437#M87172</guid>
      <dc:creator>kaverisonu</dc:creator>
      <dc:date>2017-06-13T08:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Names missing when file exported from sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Variable-Names-missing-when-file-exported-from-sas/m-p/366439#M87173</link>
      <description>&lt;P&gt;Are you using Enterprise Guide?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 08:57:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Variable-Names-missing-when-file-exported-from-sas/m-p/366439#M87173</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-06-13T08:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Names missing when file exported from sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Variable-Names-missing-when-file-exported-from-sas/m-p/366518#M87211</link>
      <description>&lt;P&gt;&lt;SPAN&gt;proc export datafile='....' out=.... &amp;nbsp; dbms=csv replace;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;putnames=yes;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 12:49:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Variable-Names-missing-when-file-exported-from-sas/m-p/366518#M87211</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-06-13T12:49:15Z</dc:date>
    </item>
  </channel>
</rss>

