<?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: Proc Export causes instant crash of SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-Export-causes-instant-crash-of-SAS/m-p/759184#M239856</link>
    <description>&lt;P&gt;This looks like a defect. I'd try isolating the record(s) and even the variable(s) whose values cause the defect.&lt;/P&gt;
&lt;P&gt;I'd then contact Tech Support to ask them the replicate the problem using your data.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Aug 2021 03:30:10 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2021-08-04T03:30:10Z</dc:date>
    <item>
      <title>Proc Export causes instant crash of SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Export-causes-instant-crash-of-SAS/m-p/759170#M239847</link>
      <description>&lt;P&gt;Same program I've run before (months ago),&amp;nbsp; this time with a smaller input data set. All works fine until the final Proc Export.&lt;/P&gt;
&lt;P&gt;Instant crash.&amp;nbsp; No messages, no log to read, SAS just gone.&lt;/P&gt;
&lt;P&gt;SAS Temporary Files still in place in the designated work folder.&lt;/P&gt;
&lt;P&gt;I tried using the Export Data wizard in the menus and got the same crash.&lt;/P&gt;
&lt;P&gt;I tried a different target drive and a short filename x.xlsx, same crash.&amp;nbsp; I have access rights to the folders.&lt;/P&gt;
&lt;P&gt;restarted the computer. tried again. Same crash.&lt;/P&gt;
&lt;P&gt;the data set isn't very large: The data set WORK.CONSENTEDAGED has 7830 observations and 51 variables&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Windows 10 Education 64 bit version 20H2&amp;nbsp; build 19042.1110&lt;/P&gt;
&lt;P&gt;SAS&amp;nbsp; 9.4 TS level 1M6 X64_10Pro&amp;nbsp; platform.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My proc export code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC EXPORT
DATA = consentedAged
OUTFILE = "c:\temp\x.xlsx"
DBMS = EXCEL
LABEL
REPLACE;
SHEET = "Crouter";
RUN;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using the Wizard SAS crashes when I click on okay to create the xlsx file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The target file (x.xlsx) is created (9kb) but is empty.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;The sheet name is &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;A266FF2A662E84b639DA&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#000000"&gt; not Crouter&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Submitting the code above creates an identical empty file.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Any suggestions?&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Is there a way to capture any error message as sas is crashing?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 00:35:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Export-causes-instant-crash-of-SAS/m-p/759170#M239847</guid>
      <dc:creator>rickpaulos</dc:creator>
      <dc:date>2021-08-04T00:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Export causes instant crash of SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Export-causes-instant-crash-of-SAS/m-p/759172#M239848</link>
      <description>&lt;P&gt;Does PROC EXPORT fail for ANY SAS dataset or just the one you are having problems with?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try one of the SASHELP datasets like CLASS. Are there any errors in the SAS log? If so please post them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try also DBMS = XLSX - same behaviour?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 01:02:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Export-causes-instant-crash-of-SAS/m-p/759172#M239848</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-08-04T01:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Export causes instant crash of SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Export-causes-instant-crash-of-SAS/m-p/759182#M239854</link>
      <description>&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;DBMS = xlsx，try&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 03:24:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Export-causes-instant-crash-of-SAS/m-p/759182#M239854</guid>
      <dc:creator>zhanghaipo</dc:creator>
      <dc:date>2021-08-04T03:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Export causes instant crash of SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Export-causes-instant-crash-of-SAS/m-p/759184#M239856</link>
      <description>&lt;P&gt;This looks like a defect. I'd try isolating the record(s) and even the variable(s) whose values cause the defect.&lt;/P&gt;
&lt;P&gt;I'd then contact Tech Support to ask them the replicate the problem using your data.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 03:30:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Export-causes-instant-crash-of-SAS/m-p/759184#M239856</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-08-04T03:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Export causes instant crash of SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Export-causes-instant-crash-of-SAS/m-p/759207#M239866</link>
      <description>&lt;P&gt;If the crash occurs for all datasets, even sashelp.class, than you should check if a hotfix exists. Instead of searching manually, using &lt;A href="https://support.sas.com/en/technical-support/maintenance/hot-fixes/hot-fix-analysis-download-deployment-tool.html" target="_self"&gt;SAS Hot Fix Analysis, Download and Deployment Tool&lt;/A&gt; is recommended.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 05:45:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Export-causes-instant-crash-of-SAS/m-p/759207#M239866</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2021-08-04T05:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Export causes instant crash of SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Export-causes-instant-crash-of-SAS/m-p/759208#M239867</link>
      <description>&lt;P&gt;A recent action on Windows or Office could be the trigger.&lt;/P&gt;
&lt;P&gt;Use DBMS=XLSX to avoid the usage of external modules.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 06:12:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Export-causes-instant-crash-of-SAS/m-p/759208#M239867</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-08-04T06:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Export causes instant crash of SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Export-causes-instant-crash-of-SAS/m-p/825100#M325892</link>
      <description>&lt;P&gt;I had the same problem. Using DBMS=XLSX worked for me. Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jul 2022 19:15:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Export-causes-instant-crash-of-SAS/m-p/825100#M325892</guid>
      <dc:creator>Alan68022</dc:creator>
      <dc:date>2022-07-23T19:15:42Z</dc:date>
    </item>
  </channel>
</rss>

