<?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: How to export to Excel or to Access in Developers</title>
    <link>https://communities.sas.com/t5/Developers/How-to-export-to-Excel-or-to-Access/m-p/6254#M2154</link>
    <description>Hi:&lt;BR /&gt;
  I am not on my machine (in a hotel) at the moment, so you'll have to experiment with the click path, but it is fairly intuitive once you get there.&lt;BR /&gt;
&lt;BR /&gt;
1) use Microsoft Excel -- under SAS --&amp;gt; Options, on the DATA tab, there's a choice for how many obs to "page" by. I believe the default is 1500?? change that as needed (I suggest NOT picking 65K)&lt;BR /&gt;
2) go to sas menu&lt;BR /&gt;
3) open data source&lt;BR /&gt;
4) point to data source (must be in metadata repository or defined with an information map)&lt;BR /&gt;
5) use data toolbar tool icons to page thru the file (look like standard single arrow or arrow with a line to go to the top or bottom of the file)&lt;BR /&gt;
&lt;BR /&gt;
Of course, this will NOT work with PowerPoint or Word, as they do not have "data" viewing capabilities.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
    <pubDate>Fri, 11 Jan 2008 13:22:57 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2008-01-11T13:22:57Z</dc:date>
    <item>
      <title>How to export to Excel or to Access</title>
      <link>https://communities.sas.com/t5/Developers/How-to-export-to-Excel-or-to-Access/m-p/6251#M2151</link>
      <description>I have a quite large dataset that a user wants to hve exported to MS Access.  The dataset has 216 fields and contains 6.75 million reocrds.  Why this user wants such a huge amount of data ported into MS Access is beyond me, but when users make a request......&lt;BR /&gt;
&lt;BR /&gt;
I tried using Proc SQL and the MS Add-in to process data into MS Excel, from where I could then put the data into MS Access.  However, even with an observations limit of 100,000, a simple Proc SQL and Proc Print took FOREVER.&lt;BR /&gt;
&lt;BR /&gt;
Is there a more efficient way to get my data into MS Access, even if I have to do it a chunk at a time?</description>
      <pubDate>Wed, 09 Jan 2008 16:57:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-to-export-to-Excel-or-to-Access/m-p/6251#M2151</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-01-09T16:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to export to Excel or to Access</title>
      <link>https://communities.sas.com/t5/Developers/How-to-export-to-Excel-or-to-Access/m-p/6252#M2152</link>
      <description>Hi:&lt;BR /&gt;
  Generally, this is not something I would do in a stored process for one thing it's possible that the time involved to execute and run a stored process and return results (PROC PRINT) with this many records will most likely exceed even the most liberal of timeout limits. I think your best bet for figuring out how to get the file to your users would be to investigate a batch program that wrote the exported file to a server location and then have your user download the file they want. Do the users want all 6.7 M records or only a subset? Why do the records need to be in Access? Is it just because of the 65K limit in Excel? Are you aware that using the SAS Add-in for Microsoft Office, you can work with large files and get Excel to page through the file a certain number of obs at a time? &lt;BR /&gt;
&lt;BR /&gt;
Dealling with large files raises a set of challenges that Tech Support is best equipped to handle. You might consider checking with them to see what they recommend as an approach.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Thu, 10 Jan 2008 13:25:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-to-export-to-Excel-or-to-Access/m-p/6252#M2152</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-01-10T13:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to export to Excel or to Access</title>
      <link>https://communities.sas.com/t5/Developers/How-to-export-to-Excel-or-to-Access/m-p/6253#M2153</link>
      <description>Hi, Cynthia,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for replying!  Yes, the users say they want ALL records.  And, the records have to be in MS Access format since that is what the users have specified.&lt;BR /&gt;
&lt;BR /&gt;
I know what you mean about the time factor.... very inexpedient to process a dataset this large.&lt;BR /&gt;
&lt;BR /&gt;
Using the SAS Add-in, how would I page through the file a certain number of obs at a time?</description>
      <pubDate>Thu, 10 Jan 2008 20:17:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-to-export-to-Excel-or-to-Access/m-p/6253#M2153</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-01-10T20:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to export to Excel or to Access</title>
      <link>https://communities.sas.com/t5/Developers/How-to-export-to-Excel-or-to-Access/m-p/6254#M2154</link>
      <description>Hi:&lt;BR /&gt;
  I am not on my machine (in a hotel) at the moment, so you'll have to experiment with the click path, but it is fairly intuitive once you get there.&lt;BR /&gt;
&lt;BR /&gt;
1) use Microsoft Excel -- under SAS --&amp;gt; Options, on the DATA tab, there's a choice for how many obs to "page" by. I believe the default is 1500?? change that as needed (I suggest NOT picking 65K)&lt;BR /&gt;
2) go to sas menu&lt;BR /&gt;
3) open data source&lt;BR /&gt;
4) point to data source (must be in metadata repository or defined with an information map)&lt;BR /&gt;
5) use data toolbar tool icons to page thru the file (look like standard single arrow or arrow with a line to go to the top or bottom of the file)&lt;BR /&gt;
&lt;BR /&gt;
Of course, this will NOT work with PowerPoint or Word, as they do not have "data" viewing capabilities.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 11 Jan 2008 13:22:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-to-export-to-Excel-or-to-Access/m-p/6254#M2154</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-01-11T13:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to export to Excel or to Access</title>
      <link>https://communities.sas.com/t5/Developers/How-to-export-to-Excel-or-to-Access/m-p/6255#M2155</link>
      <description>Hi, I am just curious how you made out with exporting this number of records.  I attempted to export to access a dataset with only 1.8 million rows and 39 columns.  I exported as a step in a SAS EG project and it just ran the export continuously in a loop and never finished nor gave me an error.  I cannot find information on whether there is a size limit for exporting.&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Tue, 01 Apr 2008 13:56:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-to-export-to-Excel-or-to-Access/m-p/6255#M2155</guid>
      <dc:creator>478850</dc:creator>
      <dc:date>2008-04-01T13:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to export to Excel or to Access</title>
      <link>https://communities.sas.com/t5/Developers/How-to-export-to-Excel-or-to-Access/m-p/6256#M2156</link>
      <description>Hi:&lt;BR /&gt;
  This Tech Support note lists one possibility for failure:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/6/318.html" target="_blank"&gt;http://support.sas.com/kb/6/318.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
To find this note, I went to support.sas.com and typed&lt;BR /&gt;
limit export Access&lt;BR /&gt;
 &lt;BR /&gt;
into the search box and this note was the first hit. There are others.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 01 Apr 2008 14:13:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-to-export-to-Excel-or-to-Access/m-p/6256#M2156</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-04-01T14:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to export to Excel or to Access</title>
      <link>https://communities.sas.com/t5/Developers/How-to-export-to-Excel-or-to-Access/m-p/6257#M2157</link>
      <description>Thanks Cynthia.  I will search by this criteria to see if I can locate an answer for this.  I recvd no SASerrors and the file size is much smaller than 1 gig so there is no apparent reason for this not to complete exporting.</description>
      <pubDate>Tue, 01 Apr 2008 14:20:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-to-export-to-Excel-or-to-Access/m-p/6257#M2157</guid>
      <dc:creator>478850</dc:creator>
      <dc:date>2008-04-01T14:20:55Z</dc:date>
    </item>
  </channel>
</rss>

