<?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: Copying Excel &amp; CSV files with more than 66K rows in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209488#M15674</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It probably means that you do not have permission to write to that folder. It might mean that the file is already there and someone has it open so Windows is not letting you overwrite it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jul 2015 13:35:14 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2015-07-23T13:35:14Z</dc:date>
    <item>
      <title>Copying Excel &amp; CSV files with more than 66K rows</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209481#M15667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a CSV file with 250K rows. How can I copy this file from one folder to another. This is the code I am using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; OPTION NOXWAIT;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; DATA RC;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 12pt; font-family: Courier New;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RC = SYSTEM ('copy "G:\Data Files\LAST_MODIFY_DATE_21JUL15_test.CSV" "E:\sasuserfolders\WBEACH\*.*"'&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt; RUN;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;I get a Return Code of 0 but the copy did not work because the CSV file has more than 66K rows. When I test the same code on a file with less than 65K row it works.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;Wil Beach &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 20:16:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209481#M15667</guid>
      <dc:creator>WilBeach</dc:creator>
      <dc:date>2015-07-22T20:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Excel &amp; CSV files with more than 66K rows</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209482#M15668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The system copy command should not be file size dependent. In you test with the smaller set did you use a target file name of&amp;nbsp; *.*? I would expect issues with that.&lt;/P&gt;&lt;P&gt;Was the result no file at all, a file but was empty or a file with fewer rows of data than the original? Or something else as "did not work" isn't a very complete description.&lt;/P&gt;&lt;P&gt;Also, were you reusing a target file name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by any chance have you reversed the source and destination names? Windows Copy wants the source first then the destination.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 20:41:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209482#M15668</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-07-22T20:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Excel &amp; CSV files with more than 66K rows</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209483#M15669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code works for a smaller file. When using a large file I get a return code of 0 but no file was copied.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 20:46:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209483#M15669</guid>
      <dc:creator>WilBeach</dc:creator>
      <dc:date>2015-07-22T20:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Excel &amp; CSV files with more than 66K rows</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209484#M15670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Did you reuse a destination name? The default behavior for Copy is to prompt for replace. Since you're not going to get that prompt then that could be the problem. add the /Y switch to test if that may be the case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 20:50:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209484#M15670</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-07-22T20:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Excel &amp; CSV files with more than 66K rows</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209485#M15671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How should I revise the code below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPTION NOXWAIT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; font-size: 12pt;"&gt; DATA RC;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-family: Courier New; font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RC = SYSTEM ('copy "G:\Data Files\LAST_MODIFY_DATE_21JUL15_test.CSV" "E:\sasuserfolders\WBEACH\*.*"'&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: 12pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; font-size: 12pt;"&gt; RUN;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 20:56:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209485#M15671</guid>
      <dc:creator>WilBeach</dc:creator>
      <dc:date>2015-07-22T20:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Excel &amp; CSV files with more than 66K rows</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209486#M15672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The statement syntax is looks wrong, but apparently Windows supports it.&amp;nbsp; Personally I would remove the *.* from the destination if I wanted to copy the file using the same name it had in the source directory or specify a full name if I wanted to copy it another name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use a PIPE instead of SYSTEM or X or %SYSEXEC to see the error messages from the command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; %let fname=c:\downloads\class.xls;&lt;/P&gt;&lt;P&gt; %let out=c:\downloads\nosuchdir\;&lt;/P&gt;&lt;P&gt;DATA RC;&lt;/P&gt;&lt;P&gt;&amp;nbsp; infile "copy&amp;nbsp; ""&amp;amp;fname"" ""&amp;amp;out"" " pipe;&lt;/P&gt;&lt;P&gt;&amp;nbsp; input ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; put _infile_;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 file(s) copied.&lt;/P&gt;&lt;P&gt;Stderr output:&lt;/P&gt;&lt;P&gt;The system cannot find the path specified.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 21:32:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209486#M15672</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2015-07-22T21:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Excel &amp; CSV files with more than 66K rows</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209487#M15673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am running this on a SAS Server and I get an "Access is denied" message (see below). Is there something I can set on the SAS Server to resolve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 file(s) copied.&lt;/P&gt;&lt;P&gt;Stderr output:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Access is denied.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;NOTE: 1 record was read from the infile "copy&amp;nbsp; ""G:\Data Files\LAST_MODIFY_DATE_23JUL15.CSV"" &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ""&lt;A href="https://communities.sas.com/"&gt;\\rgsss01\marketing$\Monica\James&lt;/A&gt; Emails\"" ".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The minimum record length was 25.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The maximum record length was 25.&lt;/P&gt;&lt;P&gt;NOTE: The data set WORK.RC has 1 observations and 0 variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 13:27:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209487#M15673</guid>
      <dc:creator>WilBeach</dc:creator>
      <dc:date>2015-07-23T13:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Excel &amp; CSV files with more than 66K rows</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209488#M15674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It probably means that you do not have permission to write to that folder. It might mean that the file is already there and someone has it open so Windows is not letting you overwrite it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 13:35:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209488#M15674</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2015-07-23T13:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Excel &amp; CSV files with more than 66K rows</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209489#M15675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I run this same code in Enterprise Guide it works. When I run on SAS Server I get "Access Denied". Is there something on the SAS Server I can set to resolve this.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 13:52:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209489#M15675</guid>
      <dc:creator>WilBeach</dc:creator>
      <dc:date>2015-07-23T13:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Excel &amp; CSV files with more than 66K rows</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209490#M15676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have SAS9.4 , also check function FCOPY() .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 14:09:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209490#M15676</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-07-23T14:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Excel &amp; CSV files with more than 66K rows</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209491#M15677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would FCOPY() resolve the "Access Denied" issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 14:14:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209491#M15677</guid>
      <dc:creator>WilBeach</dc:creator>
      <dc:date>2015-07-23T14:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Excel &amp; CSV files with more than 66K rows</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209492#M15678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NO. That OS Admin 's thing .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 14:16:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209492#M15678</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-07-23T14:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Excel &amp; CSV files with more than 66K rows</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209493#M15679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am set up as an Administrator by I don't know what to change. We are a small company where the IT Tech did the install and we are on our own after that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 14:20:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209493#M15679</guid>
      <dc:creator>WilBeach</dc:creator>
      <dc:date>2015-07-23T14:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Excel &amp; CSV files with more than 66K rows</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209494#M15680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your SAS Enterprise Guide session is connected to the local host (PC SAS) you would have permissions to use system command. With server installations of SAS system commands are usually disabled for the users.&lt;/P&gt;&lt;P&gt;You may want to look at this blog as an alternative &amp;lt;&lt;A href="http://blogs.sas.com/content/sasdummy/2013/09/17/copy-file-macro/" title="http://blogs.sas.com/content/sasdummy/2013/09/17/copy-file-macro/"&gt;http://blogs.sas.com/content/sasdummy/2013/09/17/copy-file-macro/&lt;/A&gt;&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 14:25:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209494#M15680</guid>
      <dc:creator>ArthurWilliams</dc:creator>
      <dc:date>2015-07-23T14:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Excel &amp; CSV files with more than 66K rows</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209495#M15681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look in the SASV9*.cfg files for -noxwait and -noxcmd or sas*.bat files (in Windows) and sas*.sh (on Linux or Unix).&amp;nbsp; if the -noxcmd is changed to -xcmd then the system will allow system command.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 14:46:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209495#M15681</guid>
      <dc:creator>ArthurWilliams</dc:creator>
      <dc:date>2015-07-23T14:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Excel &amp; CSV files with more than 66K rows</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209496#M15682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think your server can't see your E drive. Try a different drive. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll need to set up your server to either see your E drive or write it to a different location. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 14:57:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209496#M15682</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-07-23T14:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Excel &amp; CSV files with more than 66K rows</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209497#M15683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any SAS Server Admin out there can help me set up the SAS Server to access any folder on our server?&lt;/P&gt;&lt;P&gt;Thanks, Wil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 15:20:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209497#M15683</guid>
      <dc:creator>WilBeach</dc:creator>
      <dc:date>2015-07-23T15:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Excel &amp; CSV files with more than 66K rows</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209498#M15684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try replacing the drive reference "E:sasuserfolders\wbeach\*.*" with the UNC path &lt;A href="https://communities.sas.com/"&gt;\\machinename\sasuserfolders\WBEACH\*.*&lt;/A&gt;&amp;nbsp; where "machinename' is the name of the computer that the E: drive is associated.&lt;/P&gt;&lt;P&gt;on the Windows server launch the "Computer Manager" and look for the "Storage" section on the left, expand "Storage" and click on "Disk Management" this will list all of the disks on the server.&amp;nbsp; If the E: drive is not listed then it is not attached to the server and you will need to use the UNC or Map the drive (if you map the drive it will only be available to your ID/profile and is not a global map.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 16:07:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209498#M15684</guid>
      <dc:creator>ArthurWilliams</dc:creator>
      <dc:date>2015-07-23T16:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Excel &amp; CSV files with more than 66K rows</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209499#M15685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arthur, thanks for all your help. Here is my production code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;%let&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; fname=G:\Data Files\LAST_MODIFY_DATE_&amp;amp;SYSDATE..CSV;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;%let &lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;out=\\rgsss01\marketing$\Monica\James Emails\;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: navy; background: white; font-family: 'Courier New';"&gt;&lt;STRONG&gt;DATA&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; RC;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;infile&lt;/SPAN&gt; &lt;SPAN style="background: white; color: purple; font-family: 'Courier New';"&gt;"copy ""&amp;amp;fname"" ""&amp;amp;out"""&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;pipe&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;input&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; ;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;put&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;_infile_&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: navy; background: white; font-family: 'Courier New';"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;I get an "Access Denied" on \\rgsss01\marketing$\Monica\James Emails\&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;The attached file displays what I have access to using Explorer &amp;amp; Disk Management. To me it looks like I have access to everything.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;Thanks again,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;Wil&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 17:04:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209499#M15685</guid>
      <dc:creator>WilBeach</dc:creator>
      <dc:date>2015-07-23T17:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Excel &amp; CSV files with more than 66K rows</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209500#M15686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wil, it looks like you do not have permissions to the directory, are you able to navigate using Windows Explorer to \\rgsss01\marketing$\Monica\James Emails\ if you are not able to then you will need to be granted permissions to the directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI there is no attachment, try inserting an image.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 17:25:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Copying-Excel-CSV-files-with-more-than-66K-rows/m-p/209500#M15686</guid>
      <dc:creator>ArthurWilliams</dc:creator>
      <dc:date>2015-07-23T17:25:18Z</dc:date>
    </item>
  </channel>
</rss>

