<?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 excel ERROR: ZIP entry duplicate name: _rels/.rels. in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-ERROR-ZIP-entry-duplicate-name-rels-rels/m-p/651028#M24129</link>
    <description>&lt;P&gt;HI Kurt,&lt;/P&gt;&lt;P&gt;The OS is UNIX server. I am using SAS EG 8.2 . And i tried the test code you shared after changing the file path. I am still getting the sam eerror. Thanks!!&lt;/P&gt;</description>
    <pubDate>Wed, 27 May 2020 10:22:48 GMT</pubDate>
    <dc:creator>Lazygeek</dc:creator>
    <dc:date>2020-05-27T10:22:48Z</dc:date>
    <item>
      <title>ods excel ERROR: ZIP entry duplicate name: _rels/.rels.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-ERROR-ZIP-entry-duplicate-name-rels-rels/m-p/651016#M24127</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to use ODS excel to have a dataset written to excel as is. I had tried proc export it works but has got some formatting issues. So i thought of trying ODS excel.&lt;/P&gt;&lt;P&gt;Below is my test code : Any suggestions/ solutions much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods _all_ close;&lt;BR /&gt;data _null_;&lt;BR /&gt;x "mkdir -p /RiskModel4/Projects/ALTA_2020/IPT/regdata/sample329/ARM/Log/Checks";&lt;BR /&gt;x "chmod -R 777 /RiskModel4/Projects/ALTA_2020/IPT/regdata/sample329/ARM/Log/Checks";&lt;BR /&gt;run;&lt;BR /&gt;ods excel file="/RiskModel4/Projects/ALTA_2020/IPT/regdata/sample329/ARM/Log/Checks/temptest2.xlsx" options(start_at="3,3"&lt;BR /&gt;frozen_headers="5"&lt;BR /&gt;frozen_rowheaders="3"&lt;BR /&gt;autofilter="1-5"&lt;BR /&gt;sheet_name="Sales Report"&lt;BR /&gt;row_repeat="2"&lt;BR /&gt;embedded_titles="yes");&lt;BR /&gt;&lt;BR /&gt;proc print data=lib.REGDATA2_T3C_329;&lt;BR /&gt;title "Test";&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;ods excel close;&lt;/P&gt;&lt;P&gt;In the&amp;nbsp; log i get the below erorr&lt;/P&gt;&lt;P&gt;ERROR: ZIP entry duplicate name: _rels/.rels.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 09:09:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-ERROR-ZIP-entry-duplicate-name-rels-rels/m-p/651016#M24127</guid>
      <dc:creator>Lazygeek</dc:creator>
      <dc:date>2020-05-27T09:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel ERROR: ZIP entry duplicate name: _rels/.rels.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-ERROR-ZIP-entry-duplicate-name-rels-rels/m-p/651025#M24128</link>
      <description>&lt;P&gt;Which SAS version are you on, and which operating system?&lt;/P&gt;
&lt;P&gt;A quick test:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel
  file="/folders/myfolders/test.xlsx"
  options(
    start_at="3,3"
    frozen_headers="5"
    frozen_rowheaders="3"
    autofilter="1-5"
    sheet_name="Sales Report"
    row_repeat="2"
    embedded_titles="yes"
  )
;

proc print data=sashelp.class;
title "Test";
run;

ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;on SAS UE caused no visible problem in the log, and the file could be opened with LibreOffice (Mac). It might be something in your data.&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 10:01:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-ERROR-ZIP-entry-duplicate-name-rels-rels/m-p/651025#M24128</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-05-27T10:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel ERROR: ZIP entry duplicate name: _rels/.rels.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-ERROR-ZIP-entry-duplicate-name-rels-rels/m-p/651028#M24129</link>
      <description>&lt;P&gt;HI Kurt,&lt;/P&gt;&lt;P&gt;The OS is UNIX server. I am using SAS EG 8.2 . And i tried the test code you shared after changing the file path. I am still getting the sam eerror. Thanks!!&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 10:22:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-ERROR-ZIP-entry-duplicate-name-rels-rels/m-p/651028#M24129</guid>
      <dc:creator>Lazygeek</dc:creator>
      <dc:date>2020-05-27T10:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel ERROR: ZIP entry duplicate name: _rels/.rels.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-ERROR-ZIP-entry-duplicate-name-rels-rels/m-p/651128#M24133</link>
      <description>&lt;P&gt;Show your full log please.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 16:18:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-ERROR-ZIP-entry-duplicate-name-rels-rels/m-p/651128#M24133</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-05-27T16:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel ERROR: ZIP entry duplicate name: _rels/.rels.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-ERROR-ZIP-entry-duplicate-name-rels-rels/m-p/717772#M24851</link>
      <description>&lt;P&gt;Did you get solution for this problem? I am exactly facing some issues in my new organization and not sure if this is related to SAS package/they have disabled few features etc?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 03:03:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-ERROR-ZIP-entry-duplicate-name-rels-rels/m-p/717772#M24851</guid>
      <dc:creator>SASuser1987</dc:creator>
      <dc:date>2021-02-09T03:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel ERROR: ZIP entry duplicate name: _rels/.rels.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-ERROR-ZIP-entry-duplicate-name-rels-rels/m-p/717773#M24852</link>
      <description>Did you get solution for this problem? I am exactly facing some issues in my new organization and not sure if this is related to SAS package/they have disabled few features etc?</description>
      <pubDate>Tue, 09 Feb 2021 03:04:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-ERROR-ZIP-entry-duplicate-name-rels-rels/m-p/717773#M24852</guid>
      <dc:creator>SASuser1987</dc:creator>
      <dc:date>2021-02-09T03:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel ERROR: ZIP entry duplicate name: _rels/.rels.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-ERROR-ZIP-entry-duplicate-name-rels-rels/m-p/717900#M24853</link>
      <description>&lt;P&gt;This has likely to do with the SAS version being used. Please show the result of the following code:&lt;/P&gt;
&lt;P&gt;%put NOTE: &amp;amp;sysvlong4;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS EXECL destination is production since:&amp;nbsp;&lt;/P&gt;
&lt;DIV id="app" class="app h-full ng-scope" aria-hidden="false"&gt;
&lt;DIV class="app-wrapper ng-scope"&gt;
&lt;DIV id="app-bottom-wrapper" class="app-b-wrapper"&gt;
&lt;DIV id="document-panel" class="pos-r h-full" aria-hidden="false"&gt;
&lt;DIV class="overflow-h ng-scope"&gt;
&lt;DIV id="document" class="document scrollable ng-scope" role="main"&gt;
&lt;DIV id="pageContent" class="document-body wrapper" lang="en" tabindex="0" aria-live="polite"&gt;
&lt;DIV class="xis-eDocBody ng-scope"&gt;
&lt;DIV id="n14c8glgh3j7hxn1b1byjs3sqnvz" class="xis-topic"&gt;
&lt;DIV id="n0fmlrozdoz9e0n1o33ikqbsjgz6" class="xis-subTopic"&gt;
&lt;DIV id="n1lzki80nz2r1jn137noiaw2bi96" class="xis-subSubTopic"&gt;
&lt;DIV id="n1mdp1rukur9rsn1x3iykms09j2f" class="xis-topicContent"&gt;
&lt;DIV id="p14aac2ylceycfn1o8qck07mtcif" class="xis-paragraph"&gt;
&lt;DIV id="n0u8mfp6z8oti9n1o9r18r53lg8f" class="xis-paraLeadIn"&gt;SAS 9.4M3 (July 2015) has these enhancements:&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="xis-listUnordered"&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV id="n0u9q14k1cd1sun1wrlvg54qaknk" class="xis-item"&gt;
&lt;DIV id="p1s3bt5meyvcecn12zle1ux1i89d" class="xis-paraSimpleFirst"&gt;Support for Microsoft Excel that uses the ODS EXCEL statement.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 09 Feb 2021 14:08:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-ERROR-ZIP-entry-duplicate-name-rels-rels/m-p/717900#M24853</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2021-02-09T14:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel ERROR: ZIP entry duplicate name: _rels/.rels.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-ERROR-ZIP-entry-duplicate-name-rels-rels/m-p/718499#M24859</link>
      <description>&lt;P&gt;Hey, sorry for the delayed response. I did not dig much into the issue further as one of my teammate had found a work around. We used SAS for data prep and we used VBA for creating reports that we needed.&lt;/P&gt;
&lt;P&gt;But i think there are some issues while working on UNIX grid through SAS EG on windows platform.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try using the same code on BASE SAS on windows OS.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 07:55:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-ERROR-ZIP-entry-duplicate-name-rels-rels/m-p/718499#M24859</guid>
      <dc:creator>Lazygeek</dc:creator>
      <dc:date>2021-02-11T07:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel ERROR: ZIP entry duplicate name: _rels/.rels.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-ERROR-ZIP-entry-duplicate-name-rels-rels/m-p/724361#M24895</link>
      <description>Note: 9.04.01M0P06192013</description>
      <pubDate>Mon, 08 Mar 2021 05:46:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-ERROR-ZIP-entry-duplicate-name-rels-rels/m-p/724361#M24895</guid>
      <dc:creator>SASuser1987</dc:creator>
      <dc:date>2021-03-08T05:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel ERROR: ZIP entry duplicate name: _rels/.rels.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-ERROR-ZIP-entry-duplicate-name-rels-rels/m-p/724405#M24896</link>
      <description>&lt;P&gt;That is the 7+ years old M0. Upgrade ASAP.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 07:25:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-ERROR-ZIP-entry-duplicate-name-rels-rels/m-p/724405#M24896</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-03-08T07:25:07Z</dc:date>
    </item>
  </channel>
</rss>

