<?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: What is the max length of the source/target file path in SAS Enterprise Guide Copy Task ? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-max-length-of-the-source-target-file-path-in-SAS/m-p/812849#M40671</link>
    <description>&lt;P&gt;Thanks, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;.&amp;nbsp; I'll put in a ticket with tech support.&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2022 03:18:47 GMT</pubDate>
    <dc:creator>JRoman</dc:creator>
    <dc:date>2022-05-12T03:18:47Z</dc:date>
    <item>
      <title>What is the max length of the source/target file path in SAS Enterprise Guide Copy Task ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-max-length-of-the-source-target-file-path-in-SAS/m-p/750787#M39005</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll like to know if there's a limite in the number of characters in the source/target path of the SAS Enterprise Guide Copy File Task? I noticed when copying from Windows to Linux that source path below 255 characters are truncated. My labtop is Windows 10 and SAS 9.4 is installed on Linux. I have read that Windows paths are limited to 255 characters so not sure why the EG Task is truncating.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand it is not a good practice to have long path names but these are business folders&amp;nbsp; with a naming convention. So I'll like to understand the Copy Task limit before considering any review of the folder architecture.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;My SAS is in French so I have translated the Log to English. So output might be different if you intend to execute at your end.&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example &lt;FONT color="#ff0000"&gt;KO&lt;/FONT&gt; path length =&amp;nbsp; 236:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;source file = &lt;STRONG&gt;D:\OAAM\SAS2\groupe2\GPBM_COVEACONTROLEECONOMIQUE\10_Outils\2021\4_SEMESTRIEL\4_4 COVEA\4_4_1 ABC PROD\4_4_1_9 PRECALCUL\4_4_1_9_4 DONNEES REFAC\CHGM_NET_PRECALCUL_PR\PRECALCUL_PRECALCUL\CHGM_NET_PRECALCUL_PR_202112_20210_1234_260.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Log:&lt;/P&gt;&lt;P&gt;Dowloading file from "PP20050810" to SAS session on "MMAApp".&lt;/P&gt;&lt;P&gt;Using the following parameters:&lt;/P&gt;&lt;P&gt;Source file specification : D:\OAAM\SAS2\groupe2\GPBM_COVEACONTROLEECONOMIQUE\10_Outils\2021\4_SEMESTRIEL\4_4 COVEA\4_4_1 ABC PROD\4_4_1_9 PRECALCUL\4_4_1_9_4 DONNEES REFAC\CHGM_NET_PRECALCUL_PR\PRECALCUL_PRECALCUL\CHGM_NET_PRECALCUL_PR_202112_20210_1234_260.xlsx&lt;/P&gt;&lt;P&gt;Destination : /users/$USER/sources/&lt;/P&gt;&lt;P&gt;Replace existing file: Yes&lt;/P&gt;&lt;P&gt;Resolve macro varaibles on paths : Yes&lt;/P&gt;&lt;P&gt;Convert end of line for text files : No&lt;/P&gt;&lt;P&gt;NOTE: Resolving macro variable expressions in file paths. SAS Log :&lt;/P&gt;&lt;P&gt;1 ;*';*";*/;quit;run;&lt;/P&gt;&lt;P&gt;2 OPTIONS PAGENO=MIN;&lt;/P&gt;&lt;P&gt;3 %let _egcopySource = D:\OAAM\SAS2\groupe2\GPBM_COVEACONTROLEECONOMIQUE\10_Outils\2021\4_SEMESTRIEL\4_4 COVEA\4_4_1 ABC&lt;/P&gt;&lt;P&gt;3 ! PROD\4_4_1_9 PRECALCUL\4_4_1_9_4 DONNEES&lt;/P&gt;&lt;P&gt;3 ! REFAC\CHGM_NET_PRECALCUL_PR\PRECALCUL_PRECALCUL\CHGM_NET_PRECALCUL_PR_202112_20210_1234_260.xlsx;&lt;/P&gt;&lt;P&gt;4 %let _egcopyTarget = /users/$USER/sources/;&lt;/P&gt;&lt;P&gt;5 %put Source files resolve to &amp;amp;_egcopySource;&lt;/P&gt;&lt;P&gt;Source files resolve to D:\OAAM\SAS2\groupe2\GPBM_COVEACONTROLEECONOMIQUE\10_Outils\2021\4_SEMESTRIEL\4_4 COVEA\4_4_1 ABC&lt;/P&gt;&lt;P&gt;PROD\4_4_1_9 PRECALCUL\4_4_1_9_4 DONNEES&lt;/P&gt;&lt;P&gt;REFAC\CHGM_NET_PRECALCUL_PR\PRECALCUL_PRECALCUL\CHGM_NET_PRECALCUL_PR_202112_20210_1234_260.xlsx&lt;/P&gt;&lt;P&gt;6 %put Target folder resolves to &amp;amp;_egcopyTarget;&lt;/P&gt;&lt;P&gt;Target folder resolves to /users/$USER/sources/&lt;/P&gt;&lt;P&gt;7&lt;/P&gt;&lt;P&gt;8 QUIT; RUN;&lt;/P&gt;&lt;P&gt;9&lt;/P&gt;&lt;P&gt;NOTE: Source file resolves to D:\OAAM\SAS2\groupe2\GPBM_COVEACONTROLEECONOMIQUE\10_Outils\2021\4_SEMESTRIEL\4_4 COVEA\4_4_1 ABC PROD\4_4_1_9 PRECALCUL\4_4_1_9_4 DONNEES REFAC\CHGM_NET_PRECALCUL_PR\PRECALCUL_PRECALCUL\CHGM_NET_PREC&lt;/P&gt;&lt;P&gt;NOTE: target folder resolves to /users/$USER/sources/&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;ERROR: the file D:\OAAM\SAS2\groupe2\GPBM_COVEACONTROLEECONOMIQUE\10_Outils\2021\4_SEMESTRIEL\4_4 COVEA\4_4_1 ABC PROD\4_4_1_9 PRECALCUL\4_4_1_9_4 DONNEES REFAC\CHGM_NET_PRECALCUL_PR\PRECALCUL_PRECALCUL\CHGM_NET_PREC does not exist on PP20050810&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;NOTE: Copied 0 bytes in 3,98 seconds.&lt;/P&gt;&lt;P&gt;NOTE: number of files : 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Using wilcard &lt;FONT color="#00ff00"&gt;OK&lt;/FONT&gt;:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;source path:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;D:\OAAM\SAS2\groupe2\GPBM_COVEACONTROLEECONOMIQUE\10_Outils\2021\4_SEMESTRIEL\4_4 COVEA\4_4_1 ABC PROD\4_4_1_9 PRECALCUL\4_4_1_9_4 DONNEES REFAC\CHGM_NET_PRECALCUL_PR\PRECALCUL_PRECALCUL\*&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Log:&lt;/P&gt;&lt;P&gt;Dowloading file from "PP20050810" to SAS session on "MMAApp".&lt;/P&gt;&lt;P&gt;Using the Following parameters:&lt;/P&gt;&lt;P&gt;Source file specification : &lt;STRONG&gt;D:\OAAM\SAS2\groupe2\GPBM_COVEACONTROLEECONOMIQUE\10_Outils\2021\4_SEMESTRIEL\4_4 COVEA\4_4_1 ABC PROD\4_4_1_9 PRECALCUL\4_4_1_9_4 DONNEES REFAC\CHGM_NET_PRECALCUL_PR\PRECALCUL_PRECALCUL\*&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Destination : /users/$USER/sources/&lt;/P&gt;&lt;P&gt;Replace existing file: Yes&lt;/P&gt;&lt;P&gt;Resolve macro varaibles on paths : Yes&lt;/P&gt;&lt;P&gt;Convert end of line for text files : No&lt;/P&gt;&lt;P&gt;NOTE: Resolving macro variable expressions in file paths. SAS Log :&lt;/P&gt;&lt;P&gt;1 The SAS System 10:01 Monday, June 28, 2021&lt;/P&gt;&lt;P&gt;1 ;*';*";*/;quit;run;&lt;/P&gt;&lt;P&gt;2 OPTIONS PAGENO=MIN;&lt;/P&gt;&lt;P&gt;3 %let _egcopySource = D:\OAAM\SAS2\groupe2\GPBM_COVEACONTROLEECONOMIQUE\10_Outils\2021\4_SEMESTRIEL\4_4 COVEA\4_4_1 ABC&lt;/P&gt;&lt;P&gt;3 ! PROD\4_4_1_9 PRECALCUL\4_4_1_9_4 DONNEES REFAC\CHGM_NET_PRECALCUL_PR\PRECALCUL_PRECALCUL\*;&lt;/P&gt;&lt;P&gt;4 %let _egcopyTarget = /users/$USER/sources/;&lt;/P&gt;&lt;P&gt;5 %put Source files resolve to &amp;amp;_egcopySource;&lt;/P&gt;&lt;P&gt;Source files resolve to D:\OAAM\SAS2\groupe2\GPBM_COVEACONTROLEECONOMIQUE\10_Outils\2021\4_SEMESTRIEL\4_4 COVEA\4_4_1 ABC&lt;/P&gt;&lt;P&gt;PROD\4_4_1_9 PRECALCUL\4_4_1_9_4 DONNEES REFAC\CHGM_NET_PRECALCUL_PR\PRECALCUL_PRECALCUL\*&lt;/P&gt;&lt;P&gt;6 %put Target folder resolves to &amp;amp;_egcopyTarget;&lt;/P&gt;&lt;P&gt;Target folder resolves to /users/$USER/sources/&lt;/P&gt;&lt;P&gt;7&lt;/P&gt;&lt;P&gt;8 QUIT; RUN;&lt;/P&gt;&lt;P&gt;9&lt;/P&gt;&lt;P&gt;NOTE: Source file resolves to D:\OAAM\SAS2\groupe2\GPBM_COVEACONTROLEECONOMIQUE\10_Outils\2021\4_SEMESTRIEL\4_4 COVEA\4_4_1 ABC PROD\4_4_1_9 PRECALCUL\4_4_1_9_4 DONNEES REFAC\CHGM_NET_PRECALCUL_PR\PRECALCUL_PRECALCUL\*&lt;/P&gt;&lt;P&gt;NOTE: Target folder resolves to : /users/$USER/sources/&lt;/P&gt;&lt;P&gt;NOTE: Resolving wildcard character in D:\OAAM\SAS2\groupe2\GPBM_COVEACONTROLEECONOMIQUE\10_Outils\2021\4_SEMESTRIEL\4_4 COVEA\4_4_1 ABC PROD\4_4_1_9 PRECALCUL\4_4_1_9_4 DONNEES REFAC\CHGM_NET_PRECALCUL_PR\PRECALCUL_PRECALCUL\* to determine files to be downloaded towards the server&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Files found :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;D:\OAAM\SAS2\groupe2\GPBM_COVEACONTROLEECONOMIQUE\10_Outils\2021\4_SEMESTRIEL\4_4 COVEA\4_4_1 ABC PROD\4_4_1_9 PRECALCUL\4_4_1_9_4 DONNEES REFAC\CHGM_NET_PRECALCUL_PR\PRECALCUL_PRECALCUL\CHGM_NET_PRECALCUL_PR_202112_20210_1234_260.xlsx&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Downloading of&lt;/STRONG&gt; D:\OAAM\SAS2\groupe2\GPBM_COVEACONTROLEECONOMIQUE\10_Outils\2021\4_SEMESTRIEL\4_4 COVEA\4_4_1 ABC PROD\4_4_1_9 PRECALCUL\4_4_1_9_4 DONNEES REFAC\CHGM_NET_PRECALCUL_PR\PRECALCUL_PRECALCUL\CHGM_NET_PRECALCUL_PR_202112_20210_1234_260.xlsx vers /users/$USER/sources/CHGM_NET_PRECALCUL_PR_202112_20210_1234_260.xlsx ...&lt;/P&gt;&lt;P&gt;…Downloading towards server CHGM_NET_PRECALCUL_PR_202112_20210_1234_260.xlsx, 964 639 bytes&lt;/P&gt;&lt;P&gt;&lt;FONT color="#00ff00"&gt;NOTE: Copied 964 639 bytes en 5,22 seconds.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;NOTE: Number of files : 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your inputs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 12:20:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-max-length-of-the-source-target-file-path-in-SAS/m-p/750787#M39005</guid>
      <dc:creator>Princewill</dc:creator>
      <dc:date>2021-06-28T12:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: What is the max length of the source/target file path in SAS Enterprise Guide Copy Task ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-max-length-of-the-source-target-file-path-in-SAS/m-p/750791#M39007</link>
      <description>&lt;P&gt;I'll have to check on the max length but it might be a limitation of the OS. In the meantime, one possible workaround is to map a drive to a path further down the chain, and thus shorten the path you have to include in the fields.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 12:31:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-max-length-of-the-source-target-file-path-in-SAS/m-p/750791#M39007</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2021-06-28T12:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: What is the max length of the source/target file path in SAS Enterprise Guide Copy Task ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-max-length-of-the-source-target-file-path-in-SAS/m-p/750810#M39008</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;Thanks for the quick reply. The workaround is convinient for individual projects. For group projects where users might have different drive letters the UNC path is preferable.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 13:44:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-max-length-of-the-source-target-file-path-in-SAS/m-p/750810#M39008</guid>
      <dc:creator>Princewill</dc:creator>
      <dc:date>2021-06-28T13:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: What is the max length of the source/target file path in SAS Enterprise Guide Copy Task ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-max-length-of-the-source-target-file-path-in-SAS/m-p/750820#M39009</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/94616"&gt;@Princewill&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi Chris,&lt;/P&gt;
&lt;P&gt;Thanks for the quick reply. The workaround is convinient for individual projects. For group projects where users might have different drive letters the UNC path is preferable.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;For group projects then consider why the same "word" appears in a path 4 times if it is going to generate paths too long for the operating system to process&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;D:\OAAM\SAS2\groupe2\GPBM_COVEACONTROLEECONOMIQUE\10_Outils\2021\4_SEMESTRIEL\4_4 COVEA\4_4_1 ABC PROD\4_4_1_9&lt;STRONG&gt;&lt;U&gt; PRECALCUL\&lt;/U&gt;&lt;/STRONG&gt;4_4_1_9_4 DONNEES REFAC\CHGM_NET_&lt;U&gt;&lt;STRONG&gt;PRECALCUL&lt;/STRONG&gt;&lt;/U&gt;_PR\&lt;U&gt;&lt;STRONG&gt;PRECALCUL&lt;/STRONG&gt;&lt;/U&gt;_&lt;U&gt;&lt;STRONG&gt;PRECALCUL&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If a "word" must be repeated many times in a path that is a candidate for either removal or serious abbreviation.&lt;/P&gt;
&lt;P&gt;The inconsistent appearance of spaces in just a few places instead of _ is also a bit questionable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 14:22:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-max-length-of-the-source-target-file-path-in-SAS/m-p/750820#M39009</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-06-28T14:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: What is the max length of the source/target file path in SAS Enterprise Guide Copy Task ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-max-length-of-the-source-target-file-path-in-SAS/m-p/750837#M39010</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;Thanks for your comment. In the original path PRECALCUL appears just once. When I came across the error I tried different path lengths to determine the correct value. So I created unmeaningful folders.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 15:07:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-max-length-of-the-source-target-file-path-in-SAS/m-p/750837#M39010</guid>
      <dc:creator>Princewill</dc:creator>
      <dc:date>2021-06-28T15:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: What is the max length of the source/target file path in SAS Enterprise Guide Copy Task ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-max-length-of-the-source-target-file-path-in-SAS/m-p/750838#M39011</link>
      <description>I believe the max file path will be 260 characters. Windows 10 does support longer paths, but I believe the Copy Files task does NOT do the special-case work that would be needed to leverage these. If it's a showstopper you could work with Tech Support to ask this to be addressed, but it would be a bit of a project.</description>
      <pubDate>Mon, 28 Jun 2021 15:18:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-max-length-of-the-source-target-file-path-in-SAS/m-p/750838#M39011</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2021-06-28T15:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: What is the max length of the source/target file path in SAS Enterprise Guide Copy Task ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-max-length-of-the-source-target-file-path-in-SAS/m-p/812812#M40668</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;, I ran into this same issue today and it looks like there may be a bug in the Copy Files task that is unrelated to the Windows max path length.&amp;nbsp; After some testing, it appears the path length limit is just 200 chars (not 260) when the option "Resolve SAS macro variables in source and destination paths" is turned on.&amp;nbsp; (With that option turned off, it worked for me all the way up to 259 chars, at which point Windows was preventing me from increasing the file name length due to the OS limit.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With a 200-char path and the resolve macro vars option turned on, the log shows everything worked fine:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="200 chars okay (redacted).png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/71354i1134E083EB3818E2/image-size/large?v=v2&amp;amp;px=999" role="button" title="200 chars okay (redacted).png" alt="200 chars okay (redacted).png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bumping up the path length one more char, to 201, it failed:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="201 chars not okay (redacted).png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/71355iA383F4BB43555E9C/image-size/large?v=v2&amp;amp;px=999" role="button" title="201 chars not okay (redacted).png" alt="201 chars not okay (redacted).png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like a bug with how the task is handling the source path, since lines 20-22 in the failure log show the correct 201-char path, but lines 29 and 32 show that the first 200 chars of the path got clipped off, leaving just a single char.&amp;nbsp; I tested with additional path lengths beyond 201, and it was consistently dropping the first 200 chars, so a path length of 206, for example, became 6.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EG version =&amp;nbsp;8.3 Update 5 (8.3.5.193) (64-bit)&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 21:23:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-max-length-of-the-source-target-file-path-in-SAS/m-p/812812#M40668</guid>
      <dc:creator>JRoman</dc:creator>
      <dc:date>2022-05-11T21:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: What is the max length of the source/target file path in SAS Enterprise Guide Copy Task ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-max-length-of-the-source-target-file-path-in-SAS/m-p/812813#M40669</link>
      <description>&lt;P&gt;I would suggest simplifying your directory structure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.amazon.com/Doctor-hurts-when-Jokes-Cartoons/dp/150043230X" target="_blank"&gt;https://www.amazon.com/Doctor-hurts-when-Jokes-Cartoons/dp/150043230X&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 21:30:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-max-length-of-the-source-target-file-path-in-SAS/m-p/812813#M40669</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-05-11T21:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: What is the max length of the source/target file path in SAS Enterprise Guide Copy Task ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-max-length-of-the-source-target-file-path-in-SAS/m-p/812823#M40670</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/126937"&gt;@JRoman&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it's blocking your work then I would suggest reporting to SAS Technical Support for tracking. However, there might be something else at play that's limiting this. I built this task and fixed so many of these edge cases along the way...but I can't remember details about the file length.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Workarounds include (&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;'s joke aside) using a mapped drive to shorten the length of the path, or use a symbolic link (for UNIX paths).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 23:21:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-max-length-of-the-source-target-file-path-in-SAS/m-p/812823#M40670</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2022-05-11T23:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: What is the max length of the source/target file path in SAS Enterprise Guide Copy Task ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-max-length-of-the-source-target-file-path-in-SAS/m-p/812849#M40671</link>
      <description>&lt;P&gt;Thanks, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;.&amp;nbsp; I'll put in a ticket with tech support.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 03:18:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-is-the-max-length-of-the-source-target-file-path-in-SAS/m-p/812849#M40671</guid>
      <dc:creator>JRoman</dc:creator>
      <dc:date>2022-05-12T03:18:47Z</dc:date>
    </item>
  </channel>
</rss>

