<?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: Does SAS have a limit to how much data it can read? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-have-a-limit-to-how-much-data-it-can-read/m-p/218065#M16424</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To import the file in SAS Enterprise Guide, select File-&amp;gt;Import Data, and then select the text file.&amp;nbsp; That will open it into the Import Data wizard that leads you through the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're seeing the message about "too large" because SAS Enterprise Guide doesn't want to open a large text file for &lt;EM&gt;viewing&lt;/EM&gt;.&amp;nbsp; That's a precaution that helps prevent the process from "choking" on large files in the text editor.&amp;nbsp; But the Import Data task can handle very large files, no problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 May 2015 16:42:31 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2015-05-21T16:42:31Z</dc:date>
    <item>
      <title>Does SAS have a limit to how much data it can read?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-have-a-limit-to-how-much-data-it-can-read/m-p/218059#M16418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I converted a flat file on the mainframe to sas7bdat. with a scheme as TSO_TEXT, when I tried reading this file into saseg it wasn't able to read it in. Now this converted flat file has close to 2000000 records in it. I tried using csv but when I tried opening that into sas it couldn't open it in SASEG but opened it in text pad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 15:34:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-have-a-limit-to-how-much-data-it-can-read/m-p/218059#M16418</guid>
      <dc:creator>Trick</dc:creator>
      <dc:date>2015-05-21T15:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have a limit to how much data it can read?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-have-a-limit-to-how-much-data-it-can-read/m-p/218060#M16419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Trick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assure you, you're not even CLOSE to any SAS limitations. I think perhaps you're doing something a little offbeat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What exactly did you do, and what are you trying to achieve?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 15:41:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-have-a-limit-to-how-much-data-it-can-read/m-p/218060#M16419</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2015-05-21T15:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have a limit to how much data it can read?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-have-a-limit-to-how-much-data-it-can-read/m-p/218061#M16420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So here's my process step by step.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Run JCL.-complete&lt;/LI&gt;&lt;LI&gt;Take sorted file and FTP it over to SAS server(but not doing it now trying to test it)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;So I go to the menu option on the mainframe and click on the transfer dropdown then do a receive from host.&lt;/P&gt;&lt;P&gt;Which then I select scheme as TSO_TXT&lt;/P&gt;&lt;P&gt;Destination is left the same&lt;/P&gt;&lt;P&gt;Host is set to the flat file&lt;/P&gt;&lt;P&gt;Localpath is set to the directory i'm trying to store the file to.&lt;/P&gt;&lt;P&gt;After the file has being saved to the directory. I open sas and try to open the .sas7bdat file in it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 15:51:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-have-a-limit-to-how-much-data-it-can-read/m-p/218061#M16420</guid>
      <dc:creator>Trick</dc:creator>
      <dc:date>2015-05-21T15:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have a limit to how much data it can read?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-have-a-limit-to-how-much-data-it-can-read/m-p/218062#M16421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks to me like in steps&lt;/P&gt;&lt;P&gt;"Host is set to the flat file" and "Localpath is set to the directory i'm trying to store the file to" you're referring to a flat file (does this just mean a file with text in it, like a windows ".txt" file?)&lt;/P&gt;&lt;P&gt;and in the next step you're referring to opening a .sas7bdat file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if this is repetition for you; if it is, I apologize. SAS uses a proprietary data format for its data files, which it tags with a .sas7bdat extension. To create a SAS data file from a text file involves reading and converting the text file using SAS. Have you done this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 16:22:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-have-a-limit-to-how-much-data-it-can-read/m-p/218062#M16421</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2015-05-21T16:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have a limit to how much data it can read?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-have-a-limit-to-how-much-data-it-can-read/m-p/218063#M16422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so what I did was try loading a txt file into sas and got this&lt;IMG alt="Capture.JPG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/10532_Capture.JPG" width="450" /&gt;&lt;BR /&gt;Yes that is correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 16:26:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-have-a-limit-to-how-much-data-it-can-read/m-p/218063#M16422</guid>
      <dc:creator>Trick</dc:creator>
      <dc:date>2015-05-21T16:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have a limit to how much data it can read?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-have-a-limit-to-how-much-data-it-can-read/m-p/218064#M16423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another thing is that i'm using a SAS program on the mainframe to generate this flat file that i'm try to FTP over to the SAS server. If i'm reading this correctly I would have to ftp the file over as a .txt and then convert it to a .sas7bdat. Since I can't just save a file as a .sas7bdat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 16:30:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-have-a-limit-to-how-much-data-it-can-read/m-p/218064#M16423</guid>
      <dc:creator>Trick</dc:creator>
      <dc:date>2015-05-21T16:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have a limit to how much data it can read?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-have-a-limit-to-how-much-data-it-can-read/m-p/218065#M16424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To import the file in SAS Enterprise Guide, select File-&amp;gt;Import Data, and then select the text file.&amp;nbsp; That will open it into the Import Data wizard that leads you through the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're seeing the message about "too large" because SAS Enterprise Guide doesn't want to open a large text file for &lt;EM&gt;viewing&lt;/EM&gt;.&amp;nbsp; That's a precaution that helps prevent the process from "choking" on large files in the text editor.&amp;nbsp; But the Import Data task can handle very large files, no problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 16:42:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-have-a-limit-to-how-much-data-it-can-read/m-p/218065#M16424</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-05-21T16:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have a limit to how much data it can read?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-have-a-limit-to-how-much-data-it-can-read/m-p/354743#M23374</link>
      <description>&lt;P&gt;The message I get for my file .sas7bdat is:&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;The size of the uploaded files cannot be greater than 10 MB. The size of the selected files is 31.5 MB."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any way to fix this?I can't upload it / import directly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Apr 2017 19:22:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-have-a-limit-to-how-much-data-it-can-read/m-p/354743#M23374</guid>
      <dc:creator>bbear</dc:creator>
      <dc:date>2017-04-29T19:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have a limit to how much data it can read?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-have-a-limit-to-how-much-data-it-can-read/m-p/354754#M23376</link>
      <description>&lt;P&gt;Welcome to the community. Please note your problem isn't the same as the original so you would get better visibility by opening a new post. BTW it is also better community etiquette&amp;nbsp;&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;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm guessing you are using the SAS File Transfer task in EG - is that right? Also what version of EG are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I understand it this EG task is designed as a simple way of moving "small" SAS files between your PC and your SAS server. There are better options for large data files but they are mostly not so simple. One easy way if your SAS server runs on Windows is to have SAS server folders set up as network shares then you can do a copy and paste in Windows Explorer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We need to know more about your SAS setup to investigate alternatives.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2017 00:03:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-have-a-limit-to-how-much-data-it-can-read/m-p/354754#M23376</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-04-30T00:03:48Z</dc:date>
    </item>
  </channel>
</rss>

