<?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: column name in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/column-name/m-p/875767#M346038</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Josvander&lt;/P&gt;
&lt;P&gt;i am trying to import XLSX file with UTF8 encoding&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 15 May 2023 09:17:04 GMT</pubDate>
    <dc:creator>AmrAd</dc:creator>
    <dc:date>2023-05-15T09:17:04Z</dc:date>
    <item>
      <title>column name</title>
      <link>https://communities.sas.com/t5/SAS-Programming/column-name/m-p/875752#M346030</link>
      <description>&lt;P&gt;i am trying to import bulk of files and create one dataset having all these files ,i am facing a problem that variable name is greater than 32 character and sas is not accepting this accordingly sas renames the header to serial as Name 1 name 2 .etc&lt;/P&gt;
&lt;P&gt;i need to capture original header name to be able to append all the tables in one table&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 08:21:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/column-name/m-p/875752#M346030</guid>
      <dc:creator>AmrAd</dc:creator>
      <dc:date>2023-05-15T08:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: column name</title>
      <link>https://communities.sas.com/t5/SAS-Programming/column-name/m-p/875758#M346033</link>
      <description>&lt;P&gt;What kind of files do you need to import? Excel, text, or other?&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 08:43:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/column-name/m-p/875758#M346033</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-05-15T08:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: column name</title>
      <link>https://communities.sas.com/t5/SAS-Programming/column-name/m-p/875765#M346037</link>
      <description>What file types will you import? ex. csv, xls, xlsx, delimited... Which encoding do these files have? ex. ANSI, UTF8 ... The header with varnames is a single line/row with less then 32676 characters?</description>
      <pubDate>Mon, 15 May 2023 09:09:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/column-name/m-p/875765#M346037</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2023-05-15T09:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: column name</title>
      <link>https://communities.sas.com/t5/SAS-Programming/column-name/m-p/875767#M346038</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Josvander&lt;/P&gt;
&lt;P&gt;i am trying to import XLSX file with UTF8 encoding&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 09:17:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/column-name/m-p/875767#M346038</guid>
      <dc:creator>AmrAd</dc:creator>
      <dc:date>2023-05-15T09:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: column name</title>
      <link>https://communities.sas.com/t5/SAS-Programming/column-name/m-p/875770#M346040</link>
      <description>The header with varnames is a single line/row with less then 32676 characters?&lt;BR /&gt;&lt;BR /&gt;yes</description>
      <pubDate>Mon, 15 May 2023 09:19:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/column-name/m-p/875770#M346040</guid>
      <dc:creator>AmrAd</dc:creator>
      <dc:date>2023-05-15T09:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: column name</title>
      <link>https://communities.sas.com/t5/SAS-Programming/column-name/m-p/875775#M346043</link>
      <description>&lt;P&gt;As long as you use Excel files, and have names in there which exceed the limits of SAS, you will have problems.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;either use valid names (up to 32 characters, containing only letters, digits or underlines, do not start with a digit) in the spreadsheets&lt;/LI&gt;
&lt;LI&gt;or save the files as text files (csv), which you can read with a DATA step&amp;nbsp;&lt;EM&gt;you&lt;/EM&gt; write, giving you full control over variable names and attributes (discard the header line with FIRSTOBS=2 in the INFILE statement)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The second option is preferred for repeatable, consistent results.&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 09:30:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/column-name/m-p/875775#M346043</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-05-15T09:30:41Z</dc:date>
    </item>
  </channel>
</rss>

