<?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: Running an uploaded data set causes errors? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Running-an-uploaded-data-set-causes-errors/m-p/443131#M282822</link>
    <description>&lt;P&gt;Sadly that didn't change anything perhaps it's the data type?&lt;BR /&gt;&lt;BR /&gt;Sorry I'm not familiar with the forum rules but this where I was gathering my data from&lt;BR /&gt;&lt;A href="https://datamarket.com/data/set/22wh/wolfer-sunspot-numbers-1770-to-1869#!ds=22wh&amp;amp;display=line" target="_blank"&gt;https://datamarket.com/data/set/22wh/wolfer-sunspot-numbers-1770-to-1869#!ds=22wh&amp;amp;display=line&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;under export, they have CSV( ,&amp;nbsp;) and CSV( ; ) they both output different excel file and the former doesn't give me an error when running the import.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Mar 2018 01:26:18 GMT</pubDate>
    <dc:creator>zsmith93</dc:creator>
    <dc:date>2018-03-07T01:26:18Z</dc:date>
    <item>
      <title>Running an uploaded data set causes errors?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Running-an-uploaded-data-set-causes-errors/m-p/443102#M282820</link>
      <description>&lt;P&gt;Sorry if this is the wrong forum for this type of question&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Recently I've been getting an error when trying to upload data sets. It started when I tried uploading an extremely large set e.g. 150k by 200 of rows and columns.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first thing I did(after the error) was to check the file size and it was roughly 34mb then I realized SAS studio has a 10mb upload capacity if I recall. It was odd that it uploaded but would cause an error when trying to run it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the next thing I did was use a much smaller sample size like 100 x 100 and the file was ~5kb. However after uploading the file then hitting run I get the same error:&lt;BR /&gt;&lt;BR /&gt;"&lt;/P&gt;&lt;DIV class="sasSource"&gt;Errors detected in submitted DATA step. Examine log.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;102 rows created in WORK.IMPORT1 from REFFILE.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;"&lt;BR /&gt;&lt;BR /&gt;Furthermore, to make matters more confusing if I change from the proc import for the GETNAMES and set it to No and rerun the file it works?!&lt;BR /&gt;&lt;BR /&gt;Any help would be greatly appreciated.&lt;/DIV&gt;</description>
      <pubDate>Wed, 07 Mar 2018 00:03:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Running-an-uploaded-data-set-causes-errors/m-p/443102#M282820</guid>
      <dc:creator>zsmith93</dc:creator>
      <dc:date>2018-03-07T00:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Running an uploaded data set causes errors?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Running-an-uploaded-data-set-causes-errors/m-p/443115#M282821</link>
      <description>&lt;P&gt;Could it be that you have invalid column names?&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; options validvarname=any;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Mar 2018 00:54:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Running-an-uploaded-data-set-causes-errors/m-p/443115#M282821</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-03-07T00:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Running an uploaded data set causes errors?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Running-an-uploaded-data-set-causes-errors/m-p/443131#M282822</link>
      <description>&lt;P&gt;Sadly that didn't change anything perhaps it's the data type?&lt;BR /&gt;&lt;BR /&gt;Sorry I'm not familiar with the forum rules but this where I was gathering my data from&lt;BR /&gt;&lt;A href="https://datamarket.com/data/set/22wh/wolfer-sunspot-numbers-1770-to-1869#!ds=22wh&amp;amp;display=line" target="_blank"&gt;https://datamarket.com/data/set/22wh/wolfer-sunspot-numbers-1770-to-1869#!ds=22wh&amp;amp;display=line&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;under export, they have CSV( ,&amp;nbsp;) and CSV( ; ) they both output different excel file and the former doesn't give me an error when running the import.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Mar 2018 01:26:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Running-an-uploaded-data-set-causes-errors/m-p/443131#M282822</guid>
      <dc:creator>zsmith93</dc:creator>
      <dc:date>2018-03-07T01:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Running an uploaded data set causes errors?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Running-an-uploaded-data-set-causes-errors/m-p/443152#M282823</link>
      <description>&lt;P&gt;The files created are not Excel files.They are flat text files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A comma separator&amp;nbsp;is the usual standard. Why not simply use it if it generates no errors?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Mar 2018 02:17:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Running-an-uploaded-data-set-causes-errors/m-p/443152#M282823</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-03-07T02:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Running an uploaded data set causes errors?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Running-an-uploaded-data-set-causes-errors/m-p/443158#M282824</link>
      <description>&lt;P&gt;It's never that easy sadly,&lt;BR /&gt;&lt;BR /&gt;The data I referenced via the link was additional data; I wanted to see if I could upload and run it successfully while I tried to figure out what to do with my large dataset problem.&lt;BR /&gt;&lt;BR /&gt;In short, my professors wanted datasets that pertained to local areas so unfortunately the I'm a few centuries off.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fortunately, as I'm typing this I realized my large dataset could just be broken down to its individual years then merged using SAS&lt;BR /&gt;&lt;BR /&gt;So one facepalm for me /)_- and a thank you to you for, well just answering these messages haha&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Wed, 07 Mar 2018 02:28:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Running-an-uploaded-data-set-causes-errors/m-p/443158#M282824</guid>
      <dc:creator>zsmith93</dc:creator>
      <dc:date>2018-03-07T02:28:14Z</dc:date>
    </item>
  </channel>
</rss>

