BookmarkSubscribeRSS Feed
ViruB
Calcite | Level 5

Every SAS/Graph procedure is in EG except the most wanted one; GKPI. Why is this? Is there a GKPI in 4.3?

http://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#a003163556.htm

2 REPLIES 2
art297
Opal | Level 21

Isn't it now available as a proc?  Is this the same thing?: http://support.sas.com/kb/36/180.html

Cynthia_sas
SAS Super FREQ

Hi:

  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.

** Run PROC GKPI in EG with hard-coded values;

      

proc gkpi mode=raised;

   speedometer actual=750 bounds= (0 250 750 1000) /

      target=600

      label='North Sales' lfont=( h= 20 PT c= CX3366FF)

      colors=(cxD06959  cxF1DC63  cx84AF5B );

run;

quit;

  As Art pointed out, there are custom tasks available, but the code method should also work.

cynthia

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 803 views
  • 3 likes
  • 3 in conversation