<?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: Import of Excel - Excel Label Character Length in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554721#M9558</link>
    <description>&lt;P&gt;The notes are clearly showing that it read many lines and wrote many observations.&lt;/P&gt;
&lt;P&gt;Try running a PROC CONTENTS on the dataset it generated.&amp;nbsp; Perhaps that will explain why the GUI is not showing you the data?&lt;/P&gt;</description>
    <pubDate>Mon, 29 Apr 2019 14:39:07 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2019-04-29T14:39:07Z</dc:date>
    <item>
      <title>Import of Excel - Excel Label Character Length</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554676#M9541</link>
      <description>&lt;P&gt;Hello Dear SAS users,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have found out something about excel import.and wanted to confirm it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have data excel&amp;nbsp;including customer numbers and have 300.000 lines. When i name that excel as&amp;nbsp; lets say TEST.xlsx (which is 4 characters), i be able to import, but when i name as lets say "CUSTNUMBERLIST.xlsx" (wihch is 14 charcters) i am not able to import.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data is the same, only difference is the label character length. So is there a character length limit to succesfully import? Icould find in any document.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 14:22:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554676#M9541</guid>
      <dc:creator>emrahbagci82</dc:creator>
      <dc:date>2019-04-29T14:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Import of Excel - Excel Label Character Length</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554683#M9543</link>
      <description>Could you please let share the code you used.</description>
      <pubDate>Mon, 29 Apr 2019 13:06:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554683#M9543</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2019-04-29T13:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Import of Excel - Excel Label Character Length</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554684#M9544</link>
      <description>&lt;P&gt;Are you talking about the column headers in the Excel spreadsheet that will be converted into the variable NAME in SAS?&lt;/P&gt;
&lt;P&gt;Or are you talking about the sheetname in Excel workbook that will be converted into the member name (dataset name)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure that you have not set the VALIDVARNAME option to V6 as that only supports 8 characters for variable names.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 13:07:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554684#M9544</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-04-29T13:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Import of Excel - Excel Label Character Length</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554689#M9545</link>
      <description>&lt;P&gt;Dear Tom,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not talking about both of them. My point is about the the name of the document. The excel and the data are the same, i just change the name of the document. I mean, like "CUST.xls"&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 13:22:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554689#M9545</guid>
      <dc:creator>emrahbagci82</dc:creator>
      <dc:date>2019-04-29T13:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Import of Excel - Excel Label Character Length</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554694#M9547</link>
      <description>&lt;P&gt;Please show what code you used.&amp;nbsp; If you used point and click method then describe what you pointed at and clicked on.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 13:42:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554694#M9547</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-04-29T13:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Import of Excel - Excel Label Character Length</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554707#M9553</link>
      <description>&lt;P&gt;I am sending ss of the steps i follow. one for with result and one for no result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dont use codes, just choose from lists, click and go.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 14:15:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554707#M9553</guid>
      <dc:creator>emrahbagci82</dc:creator>
      <dc:date>2019-04-29T14:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Import of Excel - Excel Label Character Length</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554712#M9555</link>
      <description>&lt;P&gt;Looks like you are using Enterprise Guide and it is converting the spreadsheet to a text file, uploading the text file, and running a data step to read it.&amp;nbsp; Your screen shot does not actually show any errors.&amp;nbsp; In fact it seems to indicate that it worked.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29095iB9FA4516626775D8/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Did you get any errors?&lt;/P&gt;
&lt;P&gt;If so copy the TEXT from the log and paste it into the forum using the Insert Code icon (looks like {i} ).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 14:24:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554712#M9555</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-04-29T14:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Import of Excel - Excel Label Character Length</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554717#M9557</link>
      <description>&lt;P&gt;it doesnt Show any errors, in the 4th ss of no result Word, below you can see, there are no errors, but 4 notes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;as i said, only difference is the name of the document. when 4 characters like MUST.xlsx, its imported, but when named as CUSTMUSTLIST.xlsx, its not imported. So i guess its becuase of the character length of documents name but it doesnt make sense.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 14:30:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554717#M9557</guid>
      <dc:creator>emrahbagci82</dc:creator>
      <dc:date>2019-04-29T14:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Import of Excel - Excel Label Character Length</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554721#M9558</link>
      <description>&lt;P&gt;The notes are clearly showing that it read many lines and wrote many observations.&lt;/P&gt;
&lt;P&gt;Try running a PROC CONTENTS on the dataset it generated.&amp;nbsp; Perhaps that will explain why the GUI is not showing you the data?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 14:39:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554721#M9558</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-04-29T14:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Import of Excel - Excel Label Character Length</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554723#M9560</link>
      <description>&lt;P&gt;it reads many same lines for sport named version too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i dont use proc contents, so dont have any idea what you say about proc contens. only thing i know, same data but different results.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 14:47:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554723#M9560</guid>
      <dc:creator>emrahbagci82</dc:creator>
      <dc:date>2019-04-29T14:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Import of Excel - Excel Label Character Length</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554726#M9561</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/224887"&gt;@emrahbagci82&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;it reads many same lines for sport named version too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i dont use proc contents, so dont have any idea what you say about proc contens. only thing i know, same data but different results.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Learn to read your logs. SAS does a good job of showing what it is doing.&lt;/P&gt;
&lt;P&gt;There are so many things in a GUI setting like Enterprise Guide that can cause it to appear that data is missing.&amp;nbsp; Perhaps EG does not automatically open large datasets?&amp;nbsp; Are you sure you are trying to open the dataset that the log shows was created?&amp;nbsp; Have you applied some filter in EG that is making it filter out all of the observations?&amp;nbsp; Have you run some other steps after the IMPORT that has modified the data?&lt;/P&gt;
&lt;P&gt;You should be able to see what datasets exist using EG menus and push buttons. Do you see that dataset?&amp;nbsp; Does it have variables? Does it have observations?&lt;/P&gt;
&lt;P&gt;Did you change the data file format from XLS to XLSX when you changed the filename?&amp;nbsp; Perhaps that is causing the IMPORT step to interpret the columns differently?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 14:55:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554726#M9561</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-04-29T14:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Import of Excel - Excel Label Character Length</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554728#M9562</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/224887"&gt;@emrahbagci82&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;it reads many same lines for sport named version too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i dont use proc contents, so dont have any idea what you say about proc contens. only thing i know, same data but different results.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Proc Contents tells you things about the data such as number of records, variable names, types and formats. As such it is one of the basic diagnostic tools about the contents of data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Without sharing complete code and log from running&amp;nbsp;&lt;STRONG&gt;both&lt;/STRONG&gt; bits of code,&amp;nbsp;or the results of the code or a very precise description we have no way to start to say why you may have "different results". Different how: different numbers of observations, different variables, no output (&lt;STRONG&gt;really important&lt;/STRONG&gt; to post log of no output with proc import).&lt;/P&gt;
&lt;P&gt;And considering the number of different things that people may have done to an XLSX file, you need to make sure that other than name that the two files are identical before claiming that the "name" length is an issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you consider changing the name of the "Custnumberlist" to something like "ABCD" and see if that "works" differently? If not try it. Then report back on if the results were any different.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 14:55:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554728#M9562</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-04-29T14:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Import of Excel - Excel Label Character Length</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554935#M9590</link>
      <description>&lt;P&gt;Your questions shows me that you didnt read what i wrote before.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I say, I JUST CHANGE THE NAME OF EXCEL, all other things are the same. with CUST. xlsx it shows result, but with CUSTNUMBERLIST.xlsx no result. We dont need any other information i think.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 07:12:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554935#M9590</guid>
      <dc:creator>emrahbagci82</dc:creator>
      <dc:date>2019-04-30T07:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Import of Excel - Excel Label Character Length</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554936#M9591</link>
      <description>&lt;P&gt;i have already talked that i changed the name and tested. deal is that, same data but when the name is "CUST.xlsx" it shows output but when its "CUSTNUMBERLIST.xlsx" there is no output. no other changes inside our outside the excel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There must be an easy&amp;nbsp;reason for it without seeing the codes, logs&amp;nbsp;or sth other. I mean, lets say when the length of the name of excel is higher then 5 characters, SAS EG cant Show output. Its not making sense, i wait a this type of answer.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 07:20:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/554936#M9591</guid>
      <dc:creator>emrahbagci82</dc:creator>
      <dc:date>2019-04-30T07:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Import of Excel - Excel Label Character Length</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/555237#M9639</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/224887"&gt;@emrahbagci82&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;i have already talked that i changed the name and tested. deal is that, same data but when the name is "CUST.xlsx" it shows output but when its "CUSTNUMBERLIST.xlsx" there is no output. no other changes inside our outside the excel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There must be an easy&amp;nbsp;reason for it without seeing the codes, logs&amp;nbsp;or sth other. I mean, lets say when the length of the name of excel is higher then 5 characters, SAS EG cant Show output. Its not making sense, i wait a this type of answer.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I am sorry but without a LOG entry of the actual submitted code I can't quite believe that. I would suspect something in a path or filename reference is more likely to be the culprit. If the total length of the path plus the file name exceeds 256 then you have run into a windows limitation. But you have not shown any actual code that was attempted, i.e. a LOG to see if that might be an issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I read xlsx files occasionally with much longer names and even stupid characters like () in the names.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 22:22:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Import-of-Excel-Excel-Label-Character-Length/m-p/555237#M9639</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-04-30T22:22:06Z</dc:date>
    </item>
  </channel>
</rss>

