<?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 SAS/GRAPH license? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-license/m-p/72181#M2587</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I'm completely novice SAS user and have just installed SAS Enterprise Guide 3.0, having used (well run someone else's programmes for a while on) SAS 9.1.2 for a couple of years. I have recently updated my license but am not sure if this applies to Enterprise Guide also. On installing Enterprise Guide I also installed other accessory facilities including STAT/GRAPH java.&lt;BR /&gt;
&lt;BR /&gt;
On setting out on my SAS for Dummies course I only get to page 30 when it suggests I try doing a simple chart. It doesn't work. I get the errors below.&lt;BR /&gt;
&lt;BR /&gt;
Any ideas?&lt;BR /&gt;
&lt;BR /&gt;
P.S. Does anyone know where I can get the test data it says comes with Enterprise Guide (Candy_Sales etc.)&lt;BR /&gt;
&lt;BR /&gt;
1                                         The SAS System        15:56 Thursday, September 17, 2009&lt;BR /&gt;
 &lt;BR /&gt;
1          *';*";*/;run;&lt;BR /&gt;
2          OPTIONS PAGENO=MIN;&lt;BR /&gt;
3          LIBNAME ECLIB000 "C:\Program Files\SAS\SAS 9.1\maps";&lt;BR /&gt;
NOTE: Libname ECLIB000 refers to the same physical library as EC100006.&lt;BR /&gt;
NOTE: Libref ECLIB000 was successfully assigned as follows: &lt;BR /&gt;
      Engine:        V9 &lt;BR /&gt;
      Physical Name: C:\Program Files\SAS\SAS 9.1\maps&lt;BR /&gt;
4          &lt;BR /&gt;
5          ODS _ALL_ CLOSE;&lt;BR /&gt;
6          ODS PROCTITLE;&lt;BR /&gt;
7          OPTIONS DEV=JPEG;&lt;BR /&gt;
8          &lt;BR /&gt;
9          ODS LISTING;&lt;BR /&gt;
10         &lt;BR /&gt;
11         %LET _CLIENTTASKLABEL=%NRBQUOTE(Pie Chart);&lt;BR /&gt;
12         %LET _EGTASKLABEL=%NRBQUOTE(Pie Chart);&lt;BR /&gt;
13         &lt;BR /&gt;
14         LIBNAME ECLIB000 "C:\Program Files\SAS\SAS 9.1\maps";&lt;BR /&gt;
NOTE: Libname ECLIB000 refers to the same physical library as EC100006.&lt;BR /&gt;
NOTE: Libref ECLIB000 was successfully assigned as follows: &lt;BR /&gt;
      Engine:        V9 &lt;BR /&gt;
      Physical Name: C:\Program Files\SAS\SAS 9.1\maps&lt;BR /&gt;
15         %LET _EGCHARTWIDTH=0;&lt;BR /&gt;
16         %LET _EGCHARTHEIGHT=0;&lt;BR /&gt;
17         /* -------------------------------------------------------------------&lt;BR /&gt;
18            Code generated by SAS Task&lt;BR /&gt;
19         &lt;BR /&gt;
20            Generated on: Thursday, September 17, 2009 at 8:26:19 PM&lt;BR /&gt;
21            By task: Pie Chart&lt;BR /&gt;
22         &lt;BR /&gt;
23            Input Data: ECLIB000.UK2&lt;BR /&gt;
24            Server:  Local&lt;BR /&gt;
25            ------------------------------------------------------------------- */&lt;BR /&gt;
26         &lt;BR /&gt;
27         PROC SQL;&lt;BR /&gt;
28             DROP VIEW WORK.SORT6903;&lt;BR /&gt;
WARNING: File WORK.SORT6903.VIEW does not exist.&lt;BR /&gt;
WARNING: View WORK.SORT6903 has not been dropped.&lt;BR /&gt;
29             DROP TABLE WORK.SORT6903;&lt;BR /&gt;
WARNING: File WORK.SORT6903.DATA does not exist.&lt;BR /&gt;
WARNING: Table WORK.SORT6903 has not been dropped.&lt;BR /&gt;
30         QUIT;&lt;BR /&gt;
NOTE: PROCEDURE SQL used (Total process time):&lt;BR /&gt;
      real time           0.00 seconds&lt;BR /&gt;
      cpu time            0.00 seconds&lt;BR /&gt;
      &lt;BR /&gt;
 &lt;BR /&gt;
31         &lt;BR /&gt;
32         /* -------------------------------------------------------------------&lt;BR /&gt;
33            Data set ECLIB000.UK2 does not need to be sorted.&lt;BR /&gt;
34            ------------------------------------------------------------------- */&lt;BR /&gt;
35         PROC SQL;&lt;BR /&gt;
36             CREATE VIEW WORK.SORT6903&lt;BR /&gt;
2                                         The SAS System        15:56 Thursday, September 17, 2009&lt;BR /&gt;
 &lt;BR /&gt;
37                 AS SELECT * FROM ECLIB000.UK2(KEEP=REGION);&lt;BR /&gt;
NOTE: SQL view WORK.SORT6903 has been defined.&lt;BR /&gt;
38         QUIT;&lt;BR /&gt;
NOTE: PROCEDURE SQL used (Total process time):&lt;BR /&gt;
      real time           0.03 seconds&lt;BR /&gt;
      cpu time            0.01 seconds&lt;BR /&gt;
      &lt;BR /&gt;
 &lt;BR /&gt;
39         GOPTIONS xpixels=&amp;amp;_EGCHARTWIDTH ypixels=&amp;amp;_EGCHARTHEIGHT;&lt;BR /&gt;
           180&lt;BR /&gt;
 &lt;BR /&gt;
ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;BR /&gt;
 &lt;BR /&gt;
40         TITLE;&lt;BR /&gt;
41         TITLE1 "Pie Chart";&lt;BR /&gt;
42         FOOTNOTE;&lt;BR /&gt;
43         FOOTNOTE1 "Generated by the SAS System (&amp;amp;_SASSERVERNAME, &amp;amp;SYSSCPL) on %SYSFUNC(DATE(),&lt;BR /&gt;
43       ! EURDFDE9.) at %SYSFUNC(TIME(), TIMEAMPM8.)";&lt;BR /&gt;
44         PROC GCHART DATA =WORK.SORT6903;&lt;BR /&gt;
ERROR: The SAS/GRAPH product with which GCHART (2) is associated is either not licensed for your &lt;BR /&gt;
       system or the product license has expired. Please contact your SAS installation &lt;BR /&gt;
       representative.&lt;BR /&gt;
ERROR: Bad product id for procedure GCHART.&lt;BR /&gt;
45             PIE3D     REGION /&lt;BR /&gt;
46              NOLEGEND&lt;BR /&gt;
47             SLICE=OUTSIDE&lt;BR /&gt;
48             PERCENT=NONE&lt;BR /&gt;
49             VALUE=OUTSIDE&lt;BR /&gt;
50             OTHER=4&lt;BR /&gt;
51             OTHERLABEL="Other"&lt;BR /&gt;
52             COUTLINE=BLACK&lt;BR /&gt;
53         ;&lt;BR /&gt;
54         /* -------------------------------------------------------------------&lt;BR /&gt;
55            End of task code.&lt;BR /&gt;
56            ------------------------------------------------------------------- */&lt;BR /&gt;
57         RUN; QUIT;&lt;BR /&gt;
 &lt;BR /&gt;
 &lt;BR /&gt;
58         PROC SQL;&lt;BR /&gt;
59             DROP VIEW WORK.SORT6903;&lt;BR /&gt;
NOTE: View WORK.SORT6903 has been dropped.&lt;BR /&gt;
60             DROP TABLE WORK.SORT6903;&lt;BR /&gt;
WARNING: File WORK.SORT6903.DATA does not exist.&lt;BR /&gt;
WARNING: Table WORK.SORT6903 has not been dropped.&lt;BR /&gt;
61         QUIT;&lt;BR /&gt;
NOTE: PROCEDURE SQL used (Total process time):&lt;BR /&gt;
      real time           0.01 seconds&lt;BR /&gt;
      cpu time            0.01 seconds&lt;BR /&gt;
      &lt;BR /&gt;
 &lt;BR /&gt;
62         TITLE; FOOTNOTE;&lt;BR /&gt;
63         GOPTIONS RESET=ALL;&lt;BR /&gt;
           180&lt;BR /&gt;
3                                         The SAS System        15:56 Thursday, September 17, 2009&lt;BR /&gt;
 &lt;BR /&gt;
 &lt;BR /&gt;
ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;BR /&gt;
 &lt;BR /&gt;
64         &lt;BR /&gt;
65         &lt;BR /&gt;
66         %LET _CLIENTTASKLABEL=;&lt;BR /&gt;
67         %LET _EGTASKLABEL=;&lt;BR /&gt;
68         &lt;BR /&gt;
69         &lt;BR /&gt;
70         ODS _ALL_ CLOSE; RUN;&lt;BR /&gt;
71         *';*";*/;run;&lt;BR /&gt;
72         &lt;BR /&gt;
73         QUIT; RUN;&lt;BR /&gt;
74         %_egepilogue;&lt;BR /&gt;
NOTE: Writing HTML Body file: _EGCLOSE&lt;BR /&gt;
 &lt;BR /&gt;
NOTE: 1 lines were written to file PRINT.&lt;BR /&gt;
NOTE: DATA statement used (Total process time):&lt;BR /&gt;
      real time           0.00 seconds&lt;BR /&gt;
      cpu time            0.00 seconds&lt;BR /&gt;
      &lt;BR /&gt;
 &lt;BR /&gt;
NOTE: Fileref _EGCLOSE has been deassigned.</description>
    <pubDate>Fri, 18 Sep 2009 12:36:56 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-09-18T12:36:56Z</dc:date>
    <item>
      <title>SAS/GRAPH license?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-license/m-p/72181#M2587</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I'm completely novice SAS user and have just installed SAS Enterprise Guide 3.0, having used (well run someone else's programmes for a while on) SAS 9.1.2 for a couple of years. I have recently updated my license but am not sure if this applies to Enterprise Guide also. On installing Enterprise Guide I also installed other accessory facilities including STAT/GRAPH java.&lt;BR /&gt;
&lt;BR /&gt;
On setting out on my SAS for Dummies course I only get to page 30 when it suggests I try doing a simple chart. It doesn't work. I get the errors below.&lt;BR /&gt;
&lt;BR /&gt;
Any ideas?&lt;BR /&gt;
&lt;BR /&gt;
P.S. Does anyone know where I can get the test data it says comes with Enterprise Guide (Candy_Sales etc.)&lt;BR /&gt;
&lt;BR /&gt;
1                                         The SAS System        15:56 Thursday, September 17, 2009&lt;BR /&gt;
 &lt;BR /&gt;
1          *';*";*/;run;&lt;BR /&gt;
2          OPTIONS PAGENO=MIN;&lt;BR /&gt;
3          LIBNAME ECLIB000 "C:\Program Files\SAS\SAS 9.1\maps";&lt;BR /&gt;
NOTE: Libname ECLIB000 refers to the same physical library as EC100006.&lt;BR /&gt;
NOTE: Libref ECLIB000 was successfully assigned as follows: &lt;BR /&gt;
      Engine:        V9 &lt;BR /&gt;
      Physical Name: C:\Program Files\SAS\SAS 9.1\maps&lt;BR /&gt;
4          &lt;BR /&gt;
5          ODS _ALL_ CLOSE;&lt;BR /&gt;
6          ODS PROCTITLE;&lt;BR /&gt;
7          OPTIONS DEV=JPEG;&lt;BR /&gt;
8          &lt;BR /&gt;
9          ODS LISTING;&lt;BR /&gt;
10         &lt;BR /&gt;
11         %LET _CLIENTTASKLABEL=%NRBQUOTE(Pie Chart);&lt;BR /&gt;
12         %LET _EGTASKLABEL=%NRBQUOTE(Pie Chart);&lt;BR /&gt;
13         &lt;BR /&gt;
14         LIBNAME ECLIB000 "C:\Program Files\SAS\SAS 9.1\maps";&lt;BR /&gt;
NOTE: Libname ECLIB000 refers to the same physical library as EC100006.&lt;BR /&gt;
NOTE: Libref ECLIB000 was successfully assigned as follows: &lt;BR /&gt;
      Engine:        V9 &lt;BR /&gt;
      Physical Name: C:\Program Files\SAS\SAS 9.1\maps&lt;BR /&gt;
15         %LET _EGCHARTWIDTH=0;&lt;BR /&gt;
16         %LET _EGCHARTHEIGHT=0;&lt;BR /&gt;
17         /* -------------------------------------------------------------------&lt;BR /&gt;
18            Code generated by SAS Task&lt;BR /&gt;
19         &lt;BR /&gt;
20            Generated on: Thursday, September 17, 2009 at 8:26:19 PM&lt;BR /&gt;
21            By task: Pie Chart&lt;BR /&gt;
22         &lt;BR /&gt;
23            Input Data: ECLIB000.UK2&lt;BR /&gt;
24            Server:  Local&lt;BR /&gt;
25            ------------------------------------------------------------------- */&lt;BR /&gt;
26         &lt;BR /&gt;
27         PROC SQL;&lt;BR /&gt;
28             DROP VIEW WORK.SORT6903;&lt;BR /&gt;
WARNING: File WORK.SORT6903.VIEW does not exist.&lt;BR /&gt;
WARNING: View WORK.SORT6903 has not been dropped.&lt;BR /&gt;
29             DROP TABLE WORK.SORT6903;&lt;BR /&gt;
WARNING: File WORK.SORT6903.DATA does not exist.&lt;BR /&gt;
WARNING: Table WORK.SORT6903 has not been dropped.&lt;BR /&gt;
30         QUIT;&lt;BR /&gt;
NOTE: PROCEDURE SQL used (Total process time):&lt;BR /&gt;
      real time           0.00 seconds&lt;BR /&gt;
      cpu time            0.00 seconds&lt;BR /&gt;
      &lt;BR /&gt;
 &lt;BR /&gt;
31         &lt;BR /&gt;
32         /* -------------------------------------------------------------------&lt;BR /&gt;
33            Data set ECLIB000.UK2 does not need to be sorted.&lt;BR /&gt;
34            ------------------------------------------------------------------- */&lt;BR /&gt;
35         PROC SQL;&lt;BR /&gt;
36             CREATE VIEW WORK.SORT6903&lt;BR /&gt;
2                                         The SAS System        15:56 Thursday, September 17, 2009&lt;BR /&gt;
 &lt;BR /&gt;
37                 AS SELECT * FROM ECLIB000.UK2(KEEP=REGION);&lt;BR /&gt;
NOTE: SQL view WORK.SORT6903 has been defined.&lt;BR /&gt;
38         QUIT;&lt;BR /&gt;
NOTE: PROCEDURE SQL used (Total process time):&lt;BR /&gt;
      real time           0.03 seconds&lt;BR /&gt;
      cpu time            0.01 seconds&lt;BR /&gt;
      &lt;BR /&gt;
 &lt;BR /&gt;
39         GOPTIONS xpixels=&amp;amp;_EGCHARTWIDTH ypixels=&amp;amp;_EGCHARTHEIGHT;&lt;BR /&gt;
           180&lt;BR /&gt;
 &lt;BR /&gt;
ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;BR /&gt;
 &lt;BR /&gt;
40         TITLE;&lt;BR /&gt;
41         TITLE1 "Pie Chart";&lt;BR /&gt;
42         FOOTNOTE;&lt;BR /&gt;
43         FOOTNOTE1 "Generated by the SAS System (&amp;amp;_SASSERVERNAME, &amp;amp;SYSSCPL) on %SYSFUNC(DATE(),&lt;BR /&gt;
43       ! EURDFDE9.) at %SYSFUNC(TIME(), TIMEAMPM8.)";&lt;BR /&gt;
44         PROC GCHART DATA =WORK.SORT6903;&lt;BR /&gt;
ERROR: The SAS/GRAPH product with which GCHART (2) is associated is either not licensed for your &lt;BR /&gt;
       system or the product license has expired. Please contact your SAS installation &lt;BR /&gt;
       representative.&lt;BR /&gt;
ERROR: Bad product id for procedure GCHART.&lt;BR /&gt;
45             PIE3D     REGION /&lt;BR /&gt;
46              NOLEGEND&lt;BR /&gt;
47             SLICE=OUTSIDE&lt;BR /&gt;
48             PERCENT=NONE&lt;BR /&gt;
49             VALUE=OUTSIDE&lt;BR /&gt;
50             OTHER=4&lt;BR /&gt;
51             OTHERLABEL="Other"&lt;BR /&gt;
52             COUTLINE=BLACK&lt;BR /&gt;
53         ;&lt;BR /&gt;
54         /* -------------------------------------------------------------------&lt;BR /&gt;
55            End of task code.&lt;BR /&gt;
56            ------------------------------------------------------------------- */&lt;BR /&gt;
57         RUN; QUIT;&lt;BR /&gt;
 &lt;BR /&gt;
 &lt;BR /&gt;
58         PROC SQL;&lt;BR /&gt;
59             DROP VIEW WORK.SORT6903;&lt;BR /&gt;
NOTE: View WORK.SORT6903 has been dropped.&lt;BR /&gt;
60             DROP TABLE WORK.SORT6903;&lt;BR /&gt;
WARNING: File WORK.SORT6903.DATA does not exist.&lt;BR /&gt;
WARNING: Table WORK.SORT6903 has not been dropped.&lt;BR /&gt;
61         QUIT;&lt;BR /&gt;
NOTE: PROCEDURE SQL used (Total process time):&lt;BR /&gt;
      real time           0.01 seconds&lt;BR /&gt;
      cpu time            0.01 seconds&lt;BR /&gt;
      &lt;BR /&gt;
 &lt;BR /&gt;
62         TITLE; FOOTNOTE;&lt;BR /&gt;
63         GOPTIONS RESET=ALL;&lt;BR /&gt;
           180&lt;BR /&gt;
3                                         The SAS System        15:56 Thursday, September 17, 2009&lt;BR /&gt;
 &lt;BR /&gt;
 &lt;BR /&gt;
ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;BR /&gt;
 &lt;BR /&gt;
64         &lt;BR /&gt;
65         &lt;BR /&gt;
66         %LET _CLIENTTASKLABEL=;&lt;BR /&gt;
67         %LET _EGTASKLABEL=;&lt;BR /&gt;
68         &lt;BR /&gt;
69         &lt;BR /&gt;
70         ODS _ALL_ CLOSE; RUN;&lt;BR /&gt;
71         *';*";*/;run;&lt;BR /&gt;
72         &lt;BR /&gt;
73         QUIT; RUN;&lt;BR /&gt;
74         %_egepilogue;&lt;BR /&gt;
NOTE: Writing HTML Body file: _EGCLOSE&lt;BR /&gt;
 &lt;BR /&gt;
NOTE: 1 lines were written to file PRINT.&lt;BR /&gt;
NOTE: DATA statement used (Total process time):&lt;BR /&gt;
      real time           0.00 seconds&lt;BR /&gt;
      cpu time            0.00 seconds&lt;BR /&gt;
      &lt;BR /&gt;
 &lt;BR /&gt;
NOTE: Fileref _EGCLOSE has been deassigned.</description>
      <pubDate>Fri, 18 Sep 2009 12:36:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-license/m-p/72181#M2587</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-09-18T12:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/GRAPH license?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-license/m-p/72182#M2588</link>
      <description>There appears to a problem with your SAS/GRAPH product license.  I would call Tech Support and see if they can help you with that.</description>
      <pubDate>Fri, 18 Sep 2009 14:22:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-license/m-p/72182#M2588</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2009-09-18T14:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/GRAPH license?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-license/m-p/72183#M2589</link>
      <description>Rob,&lt;BR /&gt;
&lt;BR /&gt;
If you open SAS (not EGuide) and run &lt;BR /&gt;
PROC SETINIT; RUN;&lt;BR /&gt;
it will tell you what products are included in your SAS 9.1 license.&lt;BR /&gt;
&lt;BR /&gt;
The SAS EGuide sample data comes on the EGuide CD; you can get the data from your IT support folk.  "SAS for Dummies" was written for EGuide 4.1, so the user interface is a bit different than you see in EGuide 3.0 .  Check out this thread for something on sample data&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?threadID=2991" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?threadID=2991&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier&lt;BR /&gt;
Duke</description>
      <pubDate>Sun, 20 Sep 2009 19:02:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-license/m-p/72183#M2589</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-09-20T19:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/GRAPH license?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-license/m-p/72184#M2590</link>
      <description>OK, I don't seem to have it ;(</description>
      <pubDate>Mon, 26 Oct 2009 08:53:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-license/m-p/72184#M2590</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-10-26T08:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/GRAPH license?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-license/m-p/72185#M2591</link>
      <description>Even if "proc setinit" says you're licensed for SAS/Graph, you might not actually have it installed.  If the following short sample produces a graph, then SAS/Graph is licensed and installed ...&lt;BR /&gt;
&lt;BR /&gt;
data a;&lt;BR /&gt;
 x=1;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
proc gplot data=a;&lt;BR /&gt;
 plot x*x;&lt;BR /&gt;
run;</description>
      <pubDate>Mon, 26 Oct 2009 12:56:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-GRAPH-license/m-p/72185#M2591</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2009-10-26T12:56:03Z</dc:date>
    </item>
  </channel>
</rss>

