<?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: ODS package path option: path longer than 68 produces Warning in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ODS-package-path-option-path-longer-than-68-produces-Warning/m-p/530361#M145011</link>
    <description>Hi:&lt;BR /&gt;  I'd recommend opening a track with Tech Support on this. &lt;BR /&gt;Cynthia</description>
    <pubDate>Sat, 26 Jan 2019 19:42:41 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2019-01-26T19:42:41Z</dc:date>
    <item>
      <title>ODS package path option: path longer than 68 produces Warning</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-package-path-option-path-longer-than-68-produces-Warning/m-p/530337#M145002</link>
      <description>&lt;P&gt;Dear Community,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to automate the creation of Archives with SAS 9.4. I am using ODS PACKAGE. In the ODS PACKAG-add-command I use the path-option to reflect the folder structure. However if the path becomes longer than 68 I get a confusing WARNING and the file is not added to the Archive.&lt;/P&gt;
&lt;P&gt;Here an example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods package(test) open nopf;
ods package(test) add file="C:\Users\biostat\Desktop\Allerlei\tmp\test\test.txt" 
                      path="aaaaaaaaa/bbbbbbbbb/ccccccccc/ddddddddd/eeeeeeeee/fffffffff/gggggggg";
ods package(test) add file="C:\Users\biostat\Desktop\Allerlei\tmp\test\test2.txt" 
                      path="aaaaaaaaa/bbbbbbbbb/ccccccccc/ddddddddd/eeeeeeeee/fffffffff/ggggggggTOOMUCH";
ods package(test) publish archive properties(archive_name="Test.zip" archive_path="C:\Users\biostat\Desktop\Allerlei\tmp\test");
ods package(test)close;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #333333; cursor: text; font-family: 'HelevticaNeue-light','Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;and the resulting SAS log:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;1 ods package(test) open nopf;&lt;BR /&gt;2 ods package(test) add file="C:\Users\biostat\Desktop\Allerlei\tmp\test\test.txt"&lt;BR /&gt;3 path="aaaaaaaaa/bbbbbbbbb/ccccccccc/ddddddddd/eeeeeeeee/fffffffff/ggggg&lt;BR /&gt;3 ! ggg";&lt;BR /&gt;4 ods package(test) add file="C:\Users\biostat\Desktop\Allerlei\tmp\test\test2.txt"&lt;BR /&gt;5 path="aaaaaaaaa/bbbbbbbbb/ccccccccc/ddddddddd/eeeeeeeee/fffffffff/ggggg&lt;BR /&gt;5 ! gggTOOMUCH";&lt;BR /&gt;&lt;STRONG&gt;WARNING: ODS Package ID: TOOM does not exist, no action taken.&lt;/STRONG&gt;&lt;BR /&gt;6 ods package(test) publish archive properties(archive_name="Test.zip"&lt;BR /&gt;6 ! archive_path="C:\Users\biostat\Desktop\Allerlei\tmp\test");&lt;BR /&gt;NOTE: Writing TEST file: C:\Users\biostat\Desktop\Allerlei\tmp\test\Test.zip&lt;BR /&gt;7 ods package(test)close;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #333333; cursor: text; font-family: 'HelevticaNeue-light','Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt; Is something wrong with my syntax or is it in fact not possible to define a path longer than 68? If so is there any work around?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #333333; cursor: text; font-family: 'HelevticaNeue-light','Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;susanne&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Jan 2019 17:37:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-package-path-option-path-longer-than-68-produces-Warning/m-p/530337#M145002</guid>
      <dc:creator>sanbra</dc:creator>
      <dc:date>2019-01-26T17:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: ODS package path option: path longer than 68 produces Warning</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-package-path-option-path-longer-than-68-produces-Warning/m-p/530361#M145011</link>
      <description>Hi:&lt;BR /&gt;  I'd recommend opening a track with Tech Support on this. &lt;BR /&gt;Cynthia</description>
      <pubDate>Sat, 26 Jan 2019 19:42:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-package-path-option-path-longer-than-68-produces-Warning/m-p/530361#M145011</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-01-26T19:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: ODS package path option: path longer than 68 produces Warning</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-package-path-option-path-longer-than-68-produces-Warning/m-p/531642#M145553</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;I conntacted Tech Support, it seems to be a SAS issue and they are think about a "Software solution".&lt;/P&gt;
&lt;P&gt;There is no work around, the path must be Shorter than 68 characters.&lt;/P&gt;
&lt;P&gt;susanne&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 14:22:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-package-path-option-path-longer-than-68-produces-Warning/m-p/531642#M145553</guid>
      <dc:creator>sanbra</dc:creator>
      <dc:date>2019-01-31T14:22:05Z</dc:date>
    </item>
  </channel>
</rss>

