<?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 Why is the gkpi procedure not in EG? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Why-is-the-gkpi-procedure-not-in-EG/m-p/49578#M5400</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Every SAS/Graph procedure is in EG except the most wanted one; GKPI. Why is this? Is there a GKPI in 4.3?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#a003163556.htm"&gt;http://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#a003163556.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Aug 2011 11:52:20 GMT</pubDate>
    <dc:creator>ViruB</dc:creator>
    <dc:date>2011-08-17T11:52:20Z</dc:date>
    <item>
      <title>Why is the gkpi procedure not in EG?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Why-is-the-gkpi-procedure-not-in-EG/m-p/49578#M5400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Every SAS/Graph procedure is in EG except the most wanted one; GKPI. Why is this? Is there a GKPI in 4.3?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#a003163556.htm"&gt;http://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#a003163556.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2011 11:52:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Why-is-the-gkpi-procedure-not-in-EG/m-p/49578#M5400</guid>
      <dc:creator>ViruB</dc:creator>
      <dc:date>2011-08-17T11:52:20Z</dc:date>
    </item>
    <item>
      <title>Why is the gkpi procedure not in EG?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Why-is-the-gkpi-procedure-not-in-EG/m-p/49579#M5401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isn't it now available as a proc?&amp;nbsp; Is this the same thing?: &lt;A href="http://support.sas.com/kb/36/180.html"&gt;http://support.sas.com/kb/36/180.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2011 11:55:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Why-is-the-gkpi-procedure-not-in-EG/m-p/49579#M5401</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-08-17T11:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the gkpi procedure not in EG?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Why-is-the-gkpi-procedure-not-in-EG/m-p/49580#M5402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; What version of SAS are you running on your server? When I run this code in a code node inside EG (with hard-coded values), I am able to run PROC GKPI from a code window. I am running EG 4.3 with SAS 9.2 as the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;** Run PROC GKPI in EG with hard-coded values;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc gkpi mode=raised;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; speedometer actual=750 bounds= (0 250 750 1000) / &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; target=600&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; label='North Sales' lfont=( h= 20 PT c= CX3366FF)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; colors=(cxD06959&amp;nbsp; cxF1DC63&amp;nbsp; cx84AF5B );&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;quit;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; As Art pointed out, there are custom tasks available, but the code method should also work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2011 14:30:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Why-is-the-gkpi-procedure-not-in-EG/m-p/49580#M5402</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-08-17T14:30:09Z</dc:date>
    </item>
  </channel>
</rss>

