<?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 File ECI00001.seg_info.data is not a SAS data set. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/File-ECI00001-seg-info-data-is-not-a-SAS-data-set/m-p/290223#M60031</link>
    <description>&lt;P&gt;In reading a dataset using sas9 or EG7.12 , I get the error. (attached, but seg_info.sas7bndx didn't copy correctly....)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is very infrequent. I would like to understand what I might do to prevent it in the future?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any insight appreciated.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Jim&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Aug 2016 15:55:22 GMT</pubDate>
    <dc:creator>cellurl</dc:creator>
    <dc:date>2016-08-08T15:55:22Z</dc:date>
    <item>
      <title>File ECI00001.seg_info.data is not a SAS data set.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/File-ECI00001-seg-info-data-is-not-a-SAS-data-set/m-p/290223#M60031</link>
      <description>&lt;P&gt;In reading a dataset using sas9 or EG7.12 , I get the error. (attached, but seg_info.sas7bndx didn't copy correctly....)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is very infrequent. I would like to understand what I might do to prevent it in the future?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any insight appreciated.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Jim&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2016 15:55:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/File-ECI00001-seg-info-data-is-not-a-SAS-data-set/m-p/290223#M60031</guid>
      <dc:creator>cellurl</dc:creator>
      <dc:date>2016-08-08T15:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: File ECI00001.seg_info.data is not a SAS data set.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/File-ECI00001-seg-info-data-is-not-a-SAS-data-set/m-p/290279#M60038</link>
      <description>&lt;P&gt;How did you attempt to read the data?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please post the code and the log results.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2016 18:53:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/File-ECI00001-seg-info-data-is-not-a-SAS-data-set/m-p/290279#M60038</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-08-08T18:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: File ECI00001.seg_info.data is not a SAS data set.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/File-ECI00001-seg-info-data-is-not-a-SAS-data-set/m-p/290295#M60040</link>
      <description>&lt;PRE&gt;MPRINT(GET_CURRENT_DATA):   proc sql;
MPRINT(GET_CURRENT_DATA):   create table prim_raw.seg_info(index=(seg_id)) as select a.* from prmviews.seg_info a, tmp b where 
a.seg_id = b.seg_id ;
INFO: Index seg_id of SQL table ISHDATA1.SEG_INFO selected for SQL WHERE clause (join) optimization.
ERROR: File PRIM_RAW.SEG_INFO.DATA is not a SAS data set.
&lt;/PRE&gt;
&lt;PRE&gt;MPRINT(DRIVER):   libname prim_raw "/mktg/prcxx/app_scratch/xxx_audit/xxxxxxx/prim/raw";
NOTE: Libref PRIM_RAW was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: /xxxx/xxxxxx/app_scratch/xxx_audit/xxxxx/prim/raw
&lt;/PRE&gt;</description>
      <pubDate>Mon, 08 Aug 2016 20:02:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/File-ECI00001-seg-info-data-is-not-a-SAS-data-set/m-p/290295#M60040</guid>
      <dc:creator>cellurl</dc:creator>
      <dc:date>2016-08-08T20:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: File ECI00001.seg_info.data is not a SAS data set.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/File-ECI00001-seg-info-data-is-not-a-SAS-data-set/m-p/290300#M60043</link>
      <description>&lt;P&gt;I suspect that you may need to rebuild the index or rename the index file. Something may have corrupted it. Is performance acceptable if you don't reference the index?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2016 20:12:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/File-ECI00001-seg-info-data-is-not-a-SAS-data-set/m-p/290300#M60043</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-08-08T20:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: File ECI00001.seg_info.data is not a SAS data set.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/File-ECI00001-seg-info-data-is-not-a-SAS-data-set/m-p/290310#M60048</link>
      <description>&lt;P&gt;yea, if it happens again, I will remove the index creation. &amp;nbsp;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2016 20:43:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/File-ECI00001-seg-info-data-is-not-a-SAS-data-set/m-p/290310#M60048</guid>
      <dc:creator>cellurl</dc:creator>
      <dc:date>2016-08-08T20:43:08Z</dc:date>
    </item>
  </channel>
</rss>

