<?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: Error from EG startup code in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-from-EG-startup-code/m-p/350896#M23122</link>
    <description>&lt;P&gt;&lt;A href="http://support.sas.com/kb/59/824.html" target="_self"&gt;This support note&lt;/A&gt; looks like it addresses the issue. If that doesn't help, you may want to &lt;A href="https://support.sas.com/ctx/tracks/introfilter" target="_self"&gt;open a track&lt;/A&gt; with SAS technical support.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Apr 2017 15:10:11 GMT</pubDate>
    <dc:creator>paulkaefer</dc:creator>
    <dc:date>2017-04-18T15:10:11Z</dc:date>
    <item>
      <title>Error from EG startup code</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-from-EG-startup-code/m-p/350654#M23102</link>
      <description>&lt;P&gt;We have SAS 9.4 M3. Receiving error from EG startup code. Preventing from opening output everytime. Please suggest how to resolve this error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;ERROR: Could not find extension: (sasgis)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;/* ---------------------------------------------------- */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;496&amp;nbsp; /* DATA step to determine whether certain products&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;497&amp;nbsp; /* are licensed/installed.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;498&amp;nbsp; /* ---------------------------------------------------- */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;499&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;500&amp;nbsp; /* Note: Use 'n' parameter to tslvl function if 9.4 M2&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;501&amp;nbsp; or later to avoid unnecessary warning. */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;502&amp;nbsp; %macro GetTslvlParam2;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;503&amp;nbsp;&amp;nbsp; %if %_SAS_VERCOMP(9,4,2) &amp;gt;= 0 %then , 'n';&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;504&amp;nbsp; %mend;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;505&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;506&amp;nbsp; data _prodsavail;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;507&amp;nbsp;&amp;nbsp; length name $ 8 fullname $ 30 prodcode $ 10 prodmod $ 10 installed $ 12;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;508&amp;nbsp;&amp;nbsp; input fullname 1-30 name 32-39 prodcode prodmod;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;509&amp;nbsp;&amp;nbsp; licensed=sysprod(prodcode);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;510&amp;nbsp;&amp;nbsp; installed = tslvl(prodmod%GetTslvlParam2);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;511&amp;nbsp; cards;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;ERROR: Could not find extension: (sasgis)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 21:34:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-from-EG-startup-code/m-p/350654#M23102</guid>
      <dc:creator>Priyanka_b</dc:creator>
      <dc:date>2017-04-17T21:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error from EG startup code</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-from-EG-startup-code/m-p/350896#M23122</link>
      <description>&lt;P&gt;&lt;A href="http://support.sas.com/kb/59/824.html" target="_self"&gt;This support note&lt;/A&gt; looks like it addresses the issue. If that doesn't help, you may want to &lt;A href="https://support.sas.com/ctx/tracks/introfilter" target="_self"&gt;open a track&lt;/A&gt; with SAS technical support.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 15:10:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-from-EG-startup-code/m-p/350896#M23122</guid>
      <dc:creator>paulkaefer</dc:creator>
      <dc:date>2017-04-18T15:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error from EG startup code</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-from-EG-startup-code/m-p/350926#M23125</link>
      <description>&lt;P&gt;FYI Unchecking show wrapper code&amp;nbsp; worked.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;EG-&amp;gt;Tools-&amp;gt;Options-&amp;gt;Results General-&amp;gt;Uncheck show generated wrapper code in log&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 18 Apr 2017 16:39:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-from-EG-startup-code/m-p/350926#M23125</guid>
      <dc:creator>Priyanka_b</dc:creator>
      <dc:date>2017-04-18T16:39:06Z</dc:date>
    </item>
  </channel>
</rss>

