<?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: Change TypeGuessRows in Program? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152352#M29990</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a programmer/analyst, I want my programs to be readable/maintainable by whoever follows me.&amp;nbsp; In this regard, I do not want to bury a non-default value in a registry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rather, I want everything possible to be in program code.&amp;nbsp; This certainly includes shared code (via, say, %INCLUDE).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Oct 2014 15:24:13 GMT</pubDate>
    <dc:creator>PhrzbyPhil2406</dc:creator>
    <dc:date>2014-10-31T15:24:13Z</dc:date>
    <item>
      <title>Change TypeGuessRows in Program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152345#M29983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using PROC IMPORT to read Excel spreadsheets. The SAS documentation says you can go into the Windows Registry and change the TypeGuessRows key to change the behavior of PROC IMPORT. I have done that and it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what if I have one program where I need TypeGuessRows equal to zero, and another program where I need TypeGuessRows equal to 8? It would be great if this could be changed in the SAS code programatically, instead of performing the task manually in the Windows registry. How can this be done?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 13:16:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152345#M29983</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2014-10-31T13:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Change TypeGuessRows in Program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152346#M29984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't see how you would do that as this is not actually a SAS registry key, but and Office one.&lt;/P&gt;&lt;P&gt;If I might be so bold, I would suggest to not use Excel/Proc import at all.&amp;nbsp; For data save to CSV, then datastep import.&amp;nbsp; This gives you/SAS/your program as much control as possible to do what you like.&amp;nbsp; Generally I have a bit of a paddy if data arrives in Excel format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 13:26:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152346#M29984</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-10-31T13:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Change TypeGuessRows in Program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152347#M29985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your suggestion is fine for data sets I create ... but I work in a company where we have reporting systems that create Excel spreadsheets, and I have no say or input in that, yet I'm expected to use these spreadsheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I'm still hoping for a workaround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 13:29:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152347#M29985</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2014-10-31T13:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Change TypeGuessRows in Program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152348#M29986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Automate saving of Excel to CSV files either via VBA or one of the various utilities around.&amp;nbsp; Just validating that a file has loaded and looks as expected takes twice the time due to Excel being "helpful".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its XLSX you could in theory just read the underlying XML files within the XLSX zip.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 13:35:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152348#M29986</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-10-31T13:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Change TypeGuessRows in Program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152349#M29987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if this will help, but we use "DBMS=excel" and "DBMS=xls" on different occasions.&amp;nbsp; One (don't remember which) will use the entire&lt;/P&gt;&lt;P&gt;document for GuessingRows, and the other does not.&amp;nbsp; Perhaps you can find out how this is done and create different DBMS types as&lt;/P&gt;&lt;P&gt;needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 14:25:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152349#M29987</guid>
      <dc:creator>OS2Rules</dc:creator>
      <dc:date>2014-10-31T14:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Change TypeGuessRows in Program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152350#M29988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most users would not benefit much from such a feature since modifying the Windows registry requires Admin privileges. Just curious, under what circumstances is typeguessrows=8 a better choice? _ PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 15:17:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152350#M29988</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-10-31T15:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Change TypeGuessRows in Program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152351#M29989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;PGStats wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Most users would not benefit much from such a feature since modifying the Windows registry requires Admin privileges. Just curious, under what circumstances is typeguessrows=8 a better choice? _ PG&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;Honestly, I don't know the answer to that &lt;A __default_attr="2746" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://communities.sas.com/"&gt;&lt;/A&gt;, I have a program where I made a note a loooong time ago that typeguessrows needed to be set to 8 for it to work, and I no longer remember why. Yes, upon thinking about this today, it seems that typeguessrows=0 makes sense in any situation that I can think of today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be a reason to have a default of 8?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 15:23:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152351#M29989</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2014-10-31T15:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Change TypeGuessRows in Program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152352#M29990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a programmer/analyst, I want my programs to be readable/maintainable by whoever follows me.&amp;nbsp; In this regard, I do not want to bury a non-default value in a registry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rather, I want everything possible to be in program code.&amp;nbsp; This certainly includes shared code (via, say, %INCLUDE).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 15:24:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152352#M29990</guid>
      <dc:creator>PhrzbyPhil2406</dc:creator>
      <dc:date>2014-10-31T15:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Change TypeGuessRows in Program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152353#M29991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why use proc import?&lt;/P&gt;&lt;P&gt;CSV files are very well readable by a datastep. "Proc import" will do that in the end also.&lt;/P&gt;&lt;P&gt;IT is only adding additional complexity when you have ad well defined data-structure and going to process that with a guessing logic. I bet that guessing always can give an unpredictable not wanted result.&lt;/P&gt;&lt;P&gt;Going for the xslx files they could be read using the xml approach as those Excel files are zipped xml-files. Dumping the ACE-driver of Microsoft for that will give a more reliable processing. It is the SAS development that missed the MS change as of 2007. It is almost the same type (some extensions) as open-office OASIS is using. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changing OS level settings requiring ADMIN rights is just a bad idea. It is going to be locked sooner or later os of IT governance policies. At many sites with a implemented desktop strategy it is already locked for many years.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 15:29:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152353#M29991</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-10-31T15:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Change TypeGuessRows in Program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152354#M29992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="8872" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; I don't have CSV files. I don't have XLSX files. I have XLS files. I need a solution for XLS files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="849629" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; I agree completely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="814511" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; can you point to specific conversion VBA routines or utilities? These would need to be something I could call from within SAS, perhaps via the X command (or similar)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 15:36:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152354#M29992</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2014-10-31T15:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Change TypeGuessRows in Program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152355#M29993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, the guessing parm/logic is worthless for sparse columns.&amp;nbsp; You are asking for trouble.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 15:36:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152355#M29993</guid>
      <dc:creator>PhrzbyPhil2406</dc:creator>
      <dc:date>2014-10-31T15:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Change TypeGuessRows in Program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152356#M29994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wouldn't want to second guess people living on another planet (Microsoft developers). But performance usually wins over absolute truth. - PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 16:29:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152356#M29994</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-10-31T16:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Change TypeGuessRows in Program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152357#M29995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" data-avatarid="2032" data-externalid="" data-online="false" data-presence="null" data-userid="9481" data-username="PaigeMiller" href="https://communities.sas.com/people/PaigeMiller"&gt;PaigeMiller&lt;/A&gt; sorry but those types are becoming from old ages. Let us be happy you did not aks for wks files (lotus 123). &lt;/P&gt;&lt;P&gt;You can still use the libname statement with Excel &lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/63181/HTML/default/viewer.htm#n1wvmggexroxgyn17rp61jml3cvn.htm" title="http://support.sas.com/documentation/cdl/en/acpcref/63181/HTML/default/viewer.htm#n1wvmggexroxgyn17rp61jml3cvn.htm"&gt;SAS/ACCESS(R) 9.3 Interface to PC Files: Reference&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It is having mentioned the option for guessing rows as Windows parameter &lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/63181/HTML/default/viewer.htm#n0cfqhcraieg81n1ier2cpp87fnz.htm" title="http://support.sas.com/documentation/cdl/en/acpcref/63181/HTML/default/viewer.htm#n0cfqhcraieg81n1ier2cpp87fnz.htm"&gt;SAS/ACCESS(R) 9.3 Interface to PC Files: Reference&lt;/A&gt;. It varies on all the Office versions.&lt;/P&gt;&lt;P&gt;Converting it first to a csv (using VBA) would be a good circumvention for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 16:38:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152357#M29995</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-10-31T16:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Change TypeGuessRows in Program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152358#M29996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not, when typeGuessRows is = 0 (in the Windows registry) and MIXED=YES. Any column that contains a non NUMERIC value is imported as characters. There is no perfect translation from a cell-based to a column-based data organisation. There is always a compromise between ease of use and generality. - PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 16:51:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152358#M29996</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-10-31T16:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Change TypeGuessRows in Program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152359#M29997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paige: I'm late seeing this thread, but I think the option you're asking for is already there! Typeguessingrows is simply controls the maximum number of rows that can be checked. The guessingrows statement, in proc import, actually controls how many rows will be reviewed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 17:46:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152359#M29997</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2014-10-31T17:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Change TypeGuessRows in Program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152360#M29998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I can tell, guessingrows cannot be used with Excel files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that correct, or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 17:49:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152360#M29998</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2014-10-31T17:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Change TypeGuessRows in Program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152361#M29999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep it is there for delimited file-types &lt;A href="http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a000312413.htm" title="http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a000312413.htm"&gt;Base SAS(R) 9.2 Procedures Guide&lt;/A&gt; &lt;/P&gt;&lt;P&gt;With &lt;A href="http://support.sas.com/documentation/cdl/en/proc/65145/HTML/default/viewer.htm#p13kvtl8ezj13in17i6m99jypcwi.htm" title="http://support.sas.com/documentation/cdl/en/proc/65145/HTML/default/viewer.htm#p13kvtl8ezj13in17i6m99jypcwi.htm"&gt;Base SAS(R) 9.3 Procedures Guide, Second Edition&lt;/A&gt; This one maintained in the SAS registry not to be confused with the Windows registry.&lt;/P&gt;&lt;P&gt;The sas registry is as the same location as the personal SAS profile dataset (catalog type).&amp;nbsp; An xls file is not a delimted file isn't it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also delimited files have the question is the field numeric (converted to floating IEEE) or is it character.&amp;nbsp; Using the limited ranges of the characters 0-9 is more like a constraint and not having the same meaning as a measurement. Those intention in delimited file is not defined, for this shortcoming that is why xml has been designed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 17:57:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152361#M29999</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-10-31T17:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Change TypeGuessRows in Program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152362#M30000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="9481" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;: You are correct! I wonder why they limited it just the delimited files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 18:03:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152362#M30000</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2014-10-31T18:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Change TypeGuessRows in Program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152363#M30001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In regards to conversion from Excel to CSV, there a fair few solutions out there.&amp;nbsp; One from a quick Google is the following:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="https://stackoverflow.com/questions/1858195/convert-xls-to-csv-on-command-line" title="https://stackoverflow.com/questions/1858195/convert-xls-to-csv-on-command-line"&gt;https://stackoverflow.com/questions/1858195/convert-xls-to-csv-on-command-line&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically a small script to open Excel and use the functionality within Excel to save as CSV.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 18:10:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152363#M30001</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-10-31T18:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Change TypeGuessRows in Program?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152364#M30002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;RW9 wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;In regards to conversion from Excel to CSV, there a fair few solutions out there.&amp;nbsp; One from a quick Google is the following:&lt;/P&gt;
&lt;P&gt;&lt;A class="jive-link-external-small" href="https://stackoverflow.com/questions/1858195/convert-xls-to-csv-on-command-line"&gt;https://stackoverflow.com/questions/1858195/convert-xls-to-csv-on-command-line&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Basically a small script to open Excel and use the functionality within Excel to save as CSV.&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;Thanks, I will give this a try &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 18:12:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Change-TypeGuessRows-in-Program/m-p/152364#M30002</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2014-10-31T18:12:36Z</dc:date>
    </item>
  </channel>
</rss>

