<?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: Excel sensitivity label causing 'Segmentation Violation' in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Excel-sensitivity-label-causing-Segmentation-Violation/m-p/906165#M357837</link>
    <description>&lt;P&gt;NOTE: SAS (r) Proprietary Software 9.4 (TS1M5)&lt;/P&gt;</description>
    <pubDate>Tue, 05 Dec 2023 02:00:36 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2023-12-05T02:00:36Z</dc:date>
    <item>
      <title>Excel sensitivity label causing 'Segmentation Violation'</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-sensitivity-label-causing-Segmentation-Violation/m-p/906159#M357832</link>
      <description>&lt;P&gt;My company just started implementing a policy that all Excel documents are now required to have a sensitivity label assigned. The immediate result was these excel files would generate a violation for a simple&amp;nbsp;&lt;FONT color="#0000FF"&gt;LIBNAME filename XLSX&lt;/FONT&gt; statement. Any thoughts on how to get around the sensitivity label?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 01:21:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-sensitivity-label-causing-Segmentation-Violation/m-p/906159#M357832</guid>
      <dc:creator>Jaskir</dc:creator>
      <dc:date>2023-12-05T01:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Excel sensitivity label causing 'Segmentation Violation'</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-sensitivity-label-causing-Segmentation-Violation/m-p/906161#M357834</link>
      <description>&lt;P&gt;They must have done something wrong that messed up the validity of the XML files in the XLSX file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The sensitivity labels my company makes us add to XLSX files does not cause trouble when reading the file with SAS.&lt;/P&gt;
&lt;PRE&gt;NOTE: The SAS System stopped processing this step because of errors.

720  libname x xlsx 'c:\downloads\16digits.xlsx';
NOTE: Libref X was successfully assigned as follows:
      Engine:        XLSX
      Physical Name: c:\downloads\16digits.xlsx
721  proc copy inlib=x outlib=work; run;

NOTE: Copying X.XXX to WORK.XXX (memtype=DATA).
NOTE: BUFSIZE is not cloned when copying across different engines. System Option for BUFSIZE was used.
NOTE: The import data set has 1 observations and 3 variables.
NOTE: There were 1 observations read from the data set X.XXX.
NOTE: The data set WORK.XXX has 1 observations and 3 variables.
NOTE: PROCEDURE COPY used (Total process time):
      real time           0.02 seconds
      cpu time            0.01 seconds
&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Dec 2023 01:36:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-sensitivity-label-causing-Segmentation-Violation/m-p/906161#M357834</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-12-05T01:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Excel sensitivity label causing 'Segmentation Violation'</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-sensitivity-label-causing-Segmentation-Violation/m-p/906164#M357836</link>
      <description>&lt;P&gt;That is good to know. What version of SAS are you running on? I am running on 9.4 On Prem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These files worked just fine before the sensitivity label as assigned. The label was "proactively" added to the workbooks with no other changes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 01:59:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-sensitivity-label-causing-Segmentation-Violation/m-p/906164#M357836</guid>
      <dc:creator>Jaskir</dc:creator>
      <dc:date>2023-12-05T01:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Excel sensitivity label causing 'Segmentation Violation'</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-sensitivity-label-causing-Segmentation-Violation/m-p/906165#M357837</link>
      <description>&lt;P&gt;NOTE: SAS (r) Proprietary Software 9.4 (TS1M5)&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 02:00:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-sensitivity-label-causing-Segmentation-Violation/m-p/906165#M357837</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-12-05T02:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Excel sensitivity label causing 'Segmentation Violation'</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-sensitivity-label-causing-Segmentation-Violation/m-p/906258#M357850</link>
      <description>I wonder if "proactively added" is code for "we wrote a Python script".  Instead of "we automated Excel to open and alter the file in a supported way."</description>
      <pubDate>Tue, 05 Dec 2023 15:28:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-sensitivity-label-causing-Segmentation-Violation/m-p/906258#M357850</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2023-12-05T15:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Excel sensitivity label causing 'Segmentation Violation'</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Excel-sensitivity-label-causing-Segmentation-Violation/m-p/906259#M357851</link>
      <description>&lt;P&gt;Applying sensitivity label may cause encryption or restrictions in the use of&amp;nbsp; excel files.&lt;BR /&gt;You can try to access the file from SAS bytreating the file as a password protected file. This paper lists some approaches &lt;A href="https://www.mwsug.org/proceedings/2013/FS/MWSUG-2013-FS04.pdf" target="_blank"&gt;https://www.mwsug.org/proceedings/2013/FS/MWSUG-2013-FS04.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 15:51:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Excel-sensitivity-label-causing-Segmentation-Violation/m-p/906259#M357851</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2023-12-05T15:51:09Z</dc:date>
    </item>
  </channel>
</rss>

