<?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: SAS Segmentation Violation error while using proc import in UNIX in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Segmentation-Violation-error-while-using-proc-import-in-UNIX/m-p/20021#M4135</link>
    <description>No its still not working. Throwing the same error. By the way what does "options nocodegen" do?</description>
    <pubDate>Fri, 20 Nov 2009 12:05:06 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-11-20T12:05:06Z</dc:date>
    <item>
      <title>SAS Segmentation Violation error while using proc import in UNIX</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Segmentation-Violation-error-while-using-proc-import-in-UNIX/m-p/20019#M4133</link>
      <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
I am using the following proc import statement in UNIX for importing the data present in the XLS file to sas dataset. But i am getting the following segmentation error in log. Sometimes the data gets imported in the SAS dataset correctly without this error. Please advice.&lt;BR /&gt;
&lt;BR /&gt;
67         proc import&lt;BR /&gt;
68         datafile = "Test.xls"&lt;BR /&gt;
69         out = PERM.TEST dbms=XLS replace;&lt;BR /&gt;
70         getnames=yes;&lt;BR /&gt;
71         run;&lt;BR /&gt;
&lt;BR /&gt;
  1 sasimxcl:UNKNOWN at 0x0000000000005E67&lt;BR /&gt;
  2 /usr/local/opt/sas91.ts1m3/SAS_9.1/hotfix/sasexe/sasimxcl:UNKNOWN at&lt;BR /&gt;
0x0000000001AC0D10&lt;BR /&gt;
&lt;BR /&gt;
^L3                                                          The SAS System                            02:42 Friday, November&lt;BR /&gt;
20, 2009&lt;BR /&gt;
&lt;BR /&gt;
Segmentation Violation In Task [ IMPORT   ]&lt;BR /&gt;
Fault and traceback information not available&lt;BR /&gt;
Task Traceback&lt;BR /&gt;
NOTE: The SAS System stopped processing this step because of errors.</description>
      <pubDate>Fri, 20 Nov 2009 08:50:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-Segmentation-Violation-error-while-using-proc-import-in-UNIX/m-p/20019#M4133</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-11-20T08:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Segmentation Violation error while using proc import in UNIX</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Segmentation-Violation-error-while-using-proc-import-in-UNIX/m-p/20020#M4134</link>
      <description>Hi &lt;BR /&gt;
&lt;BR /&gt;
You can use &lt;BR /&gt;
&lt;BR /&gt;
options nocodegen;&lt;BR /&gt;
&lt;BR /&gt;
before the code.</description>
      <pubDate>Fri, 20 Nov 2009 11:55:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-Segmentation-Violation-error-while-using-proc-import-in-UNIX/m-p/20020#M4134</guid>
      <dc:creator>soumadeep</dc:creator>
      <dc:date>2009-11-20T11:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Segmentation Violation error while using proc import in UNIX</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Segmentation-Violation-error-while-using-proc-import-in-UNIX/m-p/20021#M4135</link>
      <description>No its still not working. Throwing the same error. By the way what does "options nocodegen" do?</description>
      <pubDate>Fri, 20 Nov 2009 12:05:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-Segmentation-Violation-error-while-using-proc-import-in-UNIX/m-p/20021#M4135</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-11-20T12:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Segmentation Violation error while using proc import in UNIX</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Segmentation-Violation-error-while-using-proc-import-in-UNIX/m-p/20022#M4136</link>
      <description>Suggest you review the HOTFIXES at SAS support website and if not resolved contact SAS support.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Fri, 20 Nov 2009 13:43:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-Segmentation-Violation-error-while-using-proc-import-in-UNIX/m-p/20022#M4136</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-11-20T13:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Segmentation Violation error while using proc import in UNIX</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Segmentation-Violation-error-while-using-proc-import-in-UNIX/m-p/20023#M4137</link>
      <description>Sorry there was a mistake , it is &lt;BR /&gt;
&lt;BR /&gt;
option nocodegen;&lt;BR /&gt;
&lt;BR /&gt;
I wrote extra 's'.</description>
      <pubDate>Sat, 21 Nov 2009 10:34:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-Segmentation-Violation-error-while-using-proc-import-in-UNIX/m-p/20023#M4137</guid>
      <dc:creator>soumadeep</dc:creator>
      <dc:date>2009-11-21T10:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Segmentation Violation error while using proc import in UNIX</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Segmentation-Violation-error-while-using-proc-import-in-UNIX/m-p/20024#M4138</link>
      <description>I had the same problem the SAS support team suggested about the &lt;BR /&gt;
option nocodegen, it is a quickfix, as it was difficult to apply the hotfixes.</description>
      <pubDate>Sat, 21 Nov 2009 10:36:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-Segmentation-Violation-error-while-using-proc-import-in-UNIX/m-p/20024#M4138</guid>
      <dc:creator>soumadeep</dc:creator>
      <dc:date>2009-11-21T10:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Segmentation Violation error while using proc import in UNIX</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Segmentation-Violation-error-while-using-proc-import-in-UNIX/m-p/634057#M77941</link>
      <description>&lt;P&gt;What does this nocodegen option do ?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 10:24:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-Segmentation-Violation-error-while-using-proc-import-in-UNIX/m-p/634057#M77941</guid>
      <dc:creator>saumyakanta</dc:creator>
      <dc:date>2020-03-23T10:24:36Z</dc:date>
    </item>
  </channel>
</rss>

