<?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: SAS Enterprise guide ERROR 180-322 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/348495#M80705</link>
    <description>&lt;P&gt;I don't think so, this is the version 6.1 of EG. No, I wrote the entire log I had received.&lt;/P&gt;</description>
    <pubDate>Sun, 09 Apr 2017 07:40:37 GMT</pubDate>
    <dc:creator>acollot</dc:creator>
    <dc:date>2017-04-09T07:40:37Z</dc:date>
    <item>
      <title>SAS Enterprise guide ERROR 180-322</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/347884#M80467</link>
      <description>&lt;P&gt;Bonjour,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;J'utilise le logiciel SAS enterprise guide, n'ayant jamais appris à programmer en SAS. J'essaye de faire tourner un code simple (scatter plot) sur mon pc sous windows. Je n'ai aucun problème à importer les données mais en runnant ce code, j'obtiens plusieurs fois l'erreur "ERROR 180-322: Statement is not valid or it is used out of proper order.". Voici le code sorti par le logiciel :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* -------------------------------------------------------------------&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Code generated by SAS Task&lt;BR /&gt;&amp;nbsp;&amp;nbsp; By task: Scatter Plot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Input Data: Local:WORK.ANIMALS_N1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Server:&amp;nbsp; Local&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ------------------------------------------------------------------- */&lt;/P&gt;&lt;P&gt;%_eg_conditional_dropds(WORK.SORTTempTableSorted);&lt;BR /&gt;/* -------------------------------------------------------------------&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Sort data set Local:WORK.ANIMALS_N1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ------------------------------------------------------------------- */&lt;/P&gt;&lt;P&gt;PROC SQL;&lt;BR /&gt;&amp;nbsp;CREATE VIEW WORK.SORTTempTableSorted AS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;SELECT T.body_weight_N, T.brain_weight_N&lt;BR /&gt;&amp;nbsp;FROM WORK.ANIMALS_N1 as T&lt;BR /&gt;;&lt;BR /&gt;QUIT;&lt;BR /&gt;&amp;nbsp;SYMBOL1&lt;BR /&gt;&amp;nbsp;INTERPOL=NONE&lt;BR /&gt;&amp;nbsp;HEIGHT=10pt&lt;BR /&gt;&amp;nbsp;VALUE=CIRCLE&lt;BR /&gt;&amp;nbsp;LINE=1&lt;BR /&gt;&amp;nbsp;WIDTH=2&lt;/P&gt;&lt;P&gt;&amp;nbsp;CV = _STYLE_&lt;BR /&gt;;&lt;BR /&gt;Axis1&lt;BR /&gt;&amp;nbsp;STYLE=1&lt;BR /&gt;&amp;nbsp;WIDTH=1&lt;BR /&gt;&amp;nbsp;MINOR=NONE&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;;&lt;BR /&gt;Axis2&lt;BR /&gt;&amp;nbsp;STYLE=1&lt;BR /&gt;&amp;nbsp;WIDTH=1&lt;BR /&gt;&amp;nbsp;MINOR=NONE&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;;&lt;BR /&gt;TITLE;&lt;BR /&gt;TITLE1 "Scatter Plot";&lt;BR /&gt;FOOTNOTE;&lt;BR /&gt;FOOTNOTE1 "Generated by the SAS System (&amp;amp;_SASSERVERNAME, &amp;amp;SYSSCPL) on %TRIM(%QSYSFUNC(DATE(), NLDATE20.)) at %TRIM(%SYSFUNC(TIME(), TIMEAMPM12.))";&lt;BR /&gt;PROC GPLOT DATA=WORK.SORTTempTableSorted&lt;BR /&gt;;&lt;BR /&gt;PLOT brain_weight_N * body_weight_N /&lt;BR /&gt;&amp;nbsp;VAXIS=AXIS1&lt;/P&gt;&lt;P&gt;&amp;nbsp;HAXIS=AXIS2&lt;/P&gt;&lt;P&gt;FRAME ;&lt;BR /&gt;/* -------------------------------------------------------------------&lt;BR /&gt;&amp;nbsp;&amp;nbsp; End of task code.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ------------------------------------------------------------------- */&lt;BR /&gt;RUN; QUIT;&lt;BR /&gt;%_eg_conditional_dropds(WORK.SORTTempTableSorted);&lt;BR /&gt;TITLE; FOOTNOTE;&lt;BR /&gt;GOPTIONS RESET = SYMBOL;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Auriez-vous une idée de des erreurs rencontrées ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Merci d'avance.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 19:15:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/347884#M80467</guid>
      <dc:creator>acollot</dc:creator>
      <dc:date>2017-04-06T19:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise guide ERROR 180-322</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/347886#M80469</link>
      <description />
      <pubDate>Fri, 07 Apr 2017 12:41:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/347886#M80469</guid>
      <dc:creator>malena</dc:creator>
      <dc:date>2017-04-07T12:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise guide ERROR 180-322</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/347897#M80475</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/52007"&gt;@malena&lt;/a&gt;&amp;nbsp;This wasn't your question?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 19:46:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/347897#M80475</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-06T19:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise guide ERROR 180-322</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/347986#M80514</link>
      <description>&lt;P&gt;How do you fixed it ?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 06:04:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/347986#M80514</guid>
      <dc:creator>acollot</dc:creator>
      <dc:date>2017-04-07T06:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise guide ERROR 180-322</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/348031#M80544</link>
      <description>&lt;P&gt;Bonjour Acollot,&lt;BR /&gt;&lt;BR /&gt;J'utilise Google Translate, alors pardonne la nature concise de cette réponse &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;BR /&gt;&lt;BR /&gt;J'ai couru votre code sans aucune erreur. Il serait utile si vous pouvez exécuter le code à nouveau et, cette fois, afficher le SASLOG qui est produit au moment de l'exécution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Lorsque vous postez votre réponse, collez le SASLOG dans la boîte spéciale "Insérer un code" qui apparaît lorsque vous cliquez sur le bouton de la barre d'outils qui ressemble à {i}. L'utilisation de cette boîte de code d'insertion rend votre SASLOG plus facile à lire.&lt;/P&gt;
&lt;PRE&gt;************************************************************************;
*Create a dataset of Male Students and sort by Height.                  ;
*Créez un ensemble de données d'étudiants masculins et trier par taille.;
************************************************************************;
Data Male_Students;
 Set SASHELP.CLASS;
  
 Where Sex="M";
Run;

Proc Sort Data=Male_Students;
 By Height;
Run;&lt;/PRE&gt;
&lt;P&gt;De plus, indiquez si vous obtenez l'erreur lorsque vous copiez le code SAS de la tâche graphique et l'exécutez séparément ou lorsque vous exécutez la tâche graphique. Je serais très surpris si la tâche graphique produisait une erreur de cette nature.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Downunder Dave&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 09:05:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/348031#M80544</guid>
      <dc:creator>DaveShea</dc:creator>
      <dc:date>2017-04-07T09:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise guide ERROR 180-322</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/348267#M80623</link>
      <description>&lt;PRE&gt;1          ;*';*";*/;quit;run;
2          OPTIONS PAGENO=MIN;
3          %LET _CLIENTTASKLABEL='Scatter Plot';
4          %LET _CLIENTPROJECTPATH='';
5          %LET _CLIENTPROJECTNAME='';
6          
7          ODS _ALL_ CLOSE;
8          ODS PROCTITLE;
9          OPTIONS DEV=ACTIVEX;
10         FILENAME EGSR TEMP;
11         ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR
12             STYLE=HtmlBlue
13             STYLESHEET=(URL="file:///C:/Program%20Files%20(x86)/SASHome/x86/SASEnterpriseGuide/6.1/Styles/HtmlBlue.css")
14             NOGTITLE
15             NOGFOOTNOTE
16             GPATH=&amp;amp;sasworklocation
17             ENCODING=UTF8
18             options(rolap="on")
19         ;
NOTE: Writing TAGSETS.SASREPORT13(EGSR) Body file: EGSR
20         
21         /* -------------------------------------------------------------------
22            Code generated by SAS Task
23         
24            Generated on: Tuesday, October 14, 2014 at 8:53:02 PM
25            By task: Scatter Plot
26         
27            Input Data: Local:WORK.ANIMALS_N
28            Server:  Local
29            ------------------------------------------------------------------- */
30         
31         %_eg_conditional_dropds(WORK.SORTTempTableSorted);
32         /* -------------------------------------------------------------------
33            Sort data set Local:WORK.ANIMALS_N
34            ------------------------------------------------------------------- */
35         
36         PROC SQL;
37         	CREATE VIEW WORK.SORTTempTableSorted AS
38         		SELECT T.body_weight_N, T.brain_weight_N
39         	FROM WORK.ANIMALS_N as T
40         ;
NOTE: SQL view WORK.SORTTEMPTABLESORTED has been defined.
41         QUIT;
NOTE: PROCEDURE SQL used (Total process time):
      real time           0.11 seconds
      cpu time            0.01 seconds
      

42         	SYMBOL1
43         	INTERPOL=NONE
42         	SYMBOL1
            _______
            180
ERROR 180-322: Statement is not valid or it is used out of proper order.

44         	HEIGHT=10pt
45         	VALUE=CIRCLE
46         	LINE=1
2                                                          The SAS System                            20:52 Tuesday, October 14, 2014

47         	WIDTH=2
48         
49         	CV = _STYLE_
50         ;

51         Axis1
52         	STYLE=1
51         Axis1
           _____
           180
ERROR 180-322: Statement is not valid or it is used out of proper order.

53         	WIDTH=1
54         	MINOR=NONE
55         
56         
57         ;

58         Axis2
59         	STYLE=1
58         Axis2
           _____
           180
ERROR 180-322: Statement is not valid or it is used out of proper order.

60         	WIDTH=1
61         	MINOR=NONE
62         
63         
64         ;

65         TITLE;
66         TITLE1 "Scatter Plot";
67         FOOTNOTE;
68         FOOTNOTE1 "Generated by the SAS System (&amp;amp;_SASSERVERNAME, &amp;amp;SYSSCPL) on %TRIM(%QSYSFUNC(DATE(), NLDATE20.)) at
68       ! %TRIM(%SYSFUNC(TIME(), TIMEAMPM12.))";
69         PROC GPLOT DATA=WORK.SORTTempTableSorted
ERROR: Procedure GPLOT not found.
70         ;
71         PLOT brain_weight_N * body_weight_N /
72         	VAXIS=AXIS1
73         
74         	HAXIS=AXIS2
75         
76         FRAME ;
77         /* -------------------------------------------------------------------
78            End of task code.
79            ------------------------------------------------------------------- */
80         RUN;

NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE GPLOT used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      
80       !      QUIT;
81         %_eg_conditional_dropds(WORK.SORTTempTableSorted);

3                                                          The SAS System                            20:52 Tuesday, October 14, 2014


NOTE: View WORK.SORTTEMPTABLESORTED has been dropped.
NOTE: PROCEDURE SQL used (Total process time):
      real time           0.01 seconds
      cpu time            0.01 seconds
      

82         TITLE; FOOTNOTE;
83         GOPTIONS RESET = SYMBOL;
83         GOPTIONS RESET = SYMBOL;
           ________
           180
ERROR 180-322: Statement is not valid or it is used out of proper order.

84         
85         %LET _CLIENTTASKLABEL=;
86         %LET _CLIENTPROJECTPATH=;
87         %LET _CLIENTPROJECTNAME=;
88         
89         ;*';*";*/;quit;run;
90         ODS _ALL_ CLOSE;
91         
92         
93         QUIT; RUN;
94         &lt;/PRE&gt;&lt;P&gt;Good evening,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First, thanks for your answer. I can easily understand english (that's better than google translate &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; ) but I have some difficulies wrinting it. Here is the logSAS with the errors. I am not sure that I have understood the last part of your message. I have run the code with the button "scatter plot" and also with the "run" button in the code window.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Acollot.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 19:01:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/348267#M80623</guid>
      <dc:creator>acollot</dc:creator>
      <dc:date>2017-04-07T19:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise guide ERROR 180-322</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/348314#M80641</link>
      <description>&lt;P&gt;Bonjour Acollot,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Phew, il est bon d'écrire de l'anglais à nouveau!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have stripped the SAS code from the SASLOG that you posted and run it in my SAS Enterprise Guide exactly as it was. I get no ERRORs or WARNINGs and the scatter plot is created. Consequently, I am a bit puzzled as to what is happening for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have attached my version of the SAS code to this reply. Perhaps you could open a new SAS Enterprise Guide session, create your WORK.ANIMALS_N dataset and then try running the attached code and see if you get a run without errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I notice that the code you are running is code that you generated a few years ago (the SASLOG shows "&lt;EM&gt;Generated on: Tuesday, October 14, 2014 at 8:53:02 PM&lt;/EM&gt;"). I assume that you cut out the SAS code from the Scatterplot Task and saved the code to be submitted as stand-alone SAS code, and it is then when you get the ERROR message. I wonder if some characters have accidentally got into the code which is causing the ERROR message?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try this attached code out and post a reply to show how you got on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Downunder Dave.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 21:38:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/348314#M80641</guid>
      <dc:creator>DaveShea</dc:creator>
      <dc:date>2017-04-07T21:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise guide ERROR 180-322</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/348371#M80652</link>
      <description>&lt;P&gt;Hello DaveShea,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried your code and here is the logSAS I have had :&lt;/P&gt;&lt;PRE&gt;1                                                          The SAS System                            20:52 Tuesday, October 14, 2014

1          ;*';*";*/;quit;run;
2          OPTIONS PAGENO=MIN;
3          %LET _CLIENTTASKLABEL='Acollot 2017-04-07 Version 03';
4          %LET _CLIENTPROJECTPATH='';
5          %LET _CLIENTPROJECTNAME='';
6          %LET _SASPROGRAMFILE='C:\Users\Alice\Downloads\Acollot 2017-04-07 Version 03.sas';
7          
8          ODS _ALL_ CLOSE;
9          OPTIONS DEV=ACTIVEX;
10         FILENAME EGSR TEMP;
11         ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR
12             STYLE=HtmlBlue
13             STYLESHEET=(URL="file:///C:/Program%20Files%20(x86)/SASHome/x86/SASEnterpriseGuide/6.1/Styles/HtmlBlue.css")
14             NOGTITLE
15             NOGFOOTNOTE
16             GPATH=&amp;amp;sasworklocation
17             ENCODING=UTF8
18             options(rolap="on")
19         ;
NOTE: Writing TAGSETS.SASREPORT13(EGSR) Body file: EGSR
20         
21         /* -------------------------------------------------------------------
22            Code generated by SAS Task
23         
24            Generated on: Tuesday, October 14, 2014 at 8:53:02 PM
25            By task: Scatter Plot
26         
27            Input Data: Local:WORK.ANIMALS_N
28            Server:  Local
29            ------------------------------------------------------------------- */
30         
31         %_eg_conditional_dropds(WORK.SORTTempTableSorted);
32         /* -------------------------------------------------------------------
33            Sort data set Local:WORK.ANIMALS_N
34            ------------------------------------------------------------------- */
35         
36         PROC SQL;
37         	CREATE VIEW WORK.SORTTempTableSorted AS
38         		SELECT T.body_weight_N, T.brain_weight_N
39         	FROM WORK.ANIMALS_N as T
40         ;
NOTE: SQL view WORK.SORTTEMPTABLESORTED has been defined.
41         QUIT;
NOTE: PROCEDURE SQL used (Total process time):
      real time           0.01 seconds
      cpu time            0.01 seconds
      

42         
43         	SYMBOL1
44         	INTERPOL=NONE
43         	SYMBOL1
            _______
            180
ERROR 180-322: Statement is not valid or it is used out of proper order.

45         	HEIGHT=10pt
46         	VALUE=CIRCLE
2                                                          The SAS System                            20:52 Tuesday, October 14, 2014

47         	LINE=1
48         	WIDTH=2
49         
50         	CV = _STYLE_
51         ;

52         
53         Axis1
54         	STYLE=1
53         Axis1
           _____
           180
ERROR 180-322: Statement is not valid or it is used out of proper order.

55         	WIDTH=1
56         	MINOR=NONE
57         
58         
59         ;

60         
61         Axis2
62         	STYLE=1
61         Axis2
           _____
           180
ERROR 180-322: Statement is not valid or it is used out of proper order.

63         	WIDTH=1
64         	MINOR=NONE
65         ;

66         
67         TITLE;
68         TITLE1 "Scatter Plot";
69         FOOTNOTE;
70         FOOTNOTE1 "Generated by the SAS System (&amp;amp;_SASSERVERNAME, &amp;amp;SYSSCPL) on %TRIM(%QSYSFUNC(DATE(), NLDATE20.)) at
70       ! %TRIM(%SYSFUNC(TIME(), TIMEAMPM12.))";
71         PROC GPLOT DATA=WORK.SORTTempTableSorted
ERROR: Procedure GPLOT not found.
72         ;
73         PLOT brain_weight_N * body_weight_N /
74         	VAXIS=AXIS1
75         
76         	HAXIS=AXIS2
77         
78         FRAME ;
79         /* -------------------------------------------------------------------
80            End of task code.
81            ------------------------------------------------------------------- */
82         RUN;

NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE GPLOT used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      
83         QUIT;
3                                                          The SAS System                            20:52 Tuesday, October 14, 2014

84         %_eg_conditional_dropds(WORK.SORTTempTableSorted);


NOTE: View WORK.SORTTEMPTABLESORTED has been dropped.
NOTE: PROCEDURE SQL used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      

85         
86         TITLE; FOOTNOTE;
87         GOPTIONS RESET = SYMBOL;
87         GOPTIONS RESET = SYMBOL;
           ________
           180
ERROR 180-322: Statement is not valid or it is used out of proper order.

88         
89         
90         %LET _CLIENTTASKLABEL=;
91         %LET _CLIENTPROJECTPATH=;
92         %LET _CLIENTPROJECTNAME=;
93         %LET _SASPROGRAMFILE=;
94         
95         ;*';*";*/;quit;run;
96         ODS _ALL_ CLOSE;
97         
98         
99         QUIT; RUN;
100        &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Acollot&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2017 06:25:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/348371#M80652</guid>
      <dc:creator>acollot</dc:creator>
      <dc:date>2017-04-08T06:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise guide ERROR 180-322</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/348471#M80698</link>
      <description>&lt;P&gt;Bonjour Acollot,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;There is something a bit odd about the Communities page today as your most recent reply has not appeared although I saw it in my notification eMail.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think that this error message shown in your SASLOG just after the Proc GPlot statement in your code might be the problem:&lt;/P&gt;
&lt;PRE&gt;ERROR: Procedure GPLOT not found.&lt;/PRE&gt;
&lt;P&gt;I wonder if there is a problem with either the SAS licence at your site or a problem with the installation of SAS at your site ? I think you should contact your SAS site representative or failing that SAS Technical Support in your country and send them the code and the SASLOG pointing out the error message.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think the first error message that you see as a result of the SYMBOL statement: &lt;/P&gt;
&lt;PRE&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/PRE&gt;
&lt;P&gt;may just be a symptom of the second error message regarding SAS GPlot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sorry that I could not be of more help here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Downunder Dave.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2017 02:32:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/348471#M80698</guid>
      <dc:creator>DaveShea</dc:creator>
      <dc:date>2017-04-09T02:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise guide ERROR 180-322</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/348472#M80699</link>
      <description>&lt;P&gt;The later errors would suggest&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13526"&gt;@DaveShea&lt;/a&gt;&amp;nbsp;is correct, you don't have a SAS\Graph license with this installation for some reason.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Either it's no longer purchased by your company, or was not installed correctly, or possibly a Java issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check the licensing and installation status using the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc product_status;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc setinit; run;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2017 02:40:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/348472#M80699</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-09T02:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise guide ERROR 180-322</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/348491#M80703</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First, thanks DaveShea for your help. I'll see with my company.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the logSAS of your code Reeza :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;1          ;*';*";*/;quit;run;
2          OPTIONS PAGENO=MIN;
3          %LET _CLIENTTASKLABEL='Program';
4          %LET _CLIENTPROJECTPATH='';
5          %LET _CLIENTPROJECTNAME='';
6          %LET _SASPROGRAMFILE=;
7          
8          ODS _ALL_ CLOSE;
9          OPTIONS DEV=ACTIVEX;
10         FILENAME EGSR TEMP;
11         ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR
12             STYLE=HtmlBlue
13             STYLESHEET=(URL="file:///C:/Program%20Files%20(x86)/SASHome/x86/SASEnterpriseGuide/6.1/Styles/HtmlBlue.css")
14             NOGTITLE
15             NOGFOOTNOTE
16             GPATH=&amp;amp;sasworklocation
17             ENCODING=UTF8
18             options(rolap="on")
19         ;
NOTE: Writing TAGSETS.SASREPORT13(EGSR) Body file: EGSR
20         
21         proc product_status;
22         run;

For Base SAS Software ...
   Custom version information: 9.4
   Image version information: 9.04.01M0P061913
NOTE: PROCEDURE PRODUCT_STATUS used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      

23         &amp;nbsp;
23         &amp;nbsp;
           _
           180
ERROR 180-322: Statement is not valid or it is used out of proper order.

24         proc setinit;

24       !               run;
25         
26         %LET _CLIENTTASKLABEL=;
27         %LET _CLIENTPROJECTPATH=;
28         %LET _CLIENTPROJECTNAME=;
29         %LET _SASPROGRAMFILE=;
30         
31         ;*';*";*/;quit;run;
32         ODS _ALL_ CLOSE;
33         
34         
35         QUIT; RUN;
36 &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you tell me if this is the problem, that it is not installed correctly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a nice day,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;acollot&lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2017 06:37:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/348491#M80703</guid>
      <dc:creator>acollot</dc:creator>
      <dc:date>2017-04-09T06:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise guide ERROR 180-322</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/348492#M80704</link>
      <description>&lt;P&gt;Is this a new EG installation? It looks like something may have gone wrong somewhere or did you remove information from the log?&lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2017 06:46:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/348492#M80704</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-09T06:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise guide ERROR 180-322</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/348495#M80705</link>
      <description>&lt;P&gt;I don't think so, this is the version 6.1 of EG. No, I wrote the entire log I had received.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2017 07:40:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/348495#M80705</guid>
      <dc:creator>acollot</dc:creator>
      <dc:date>2017-04-09T07:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise guide ERROR 180-322</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/348521#M80717</link>
      <description>&lt;P&gt;Looks like you have some strange character on line 23. Probablly way out at the end of the line since the SAS log is showing two lines for input line 23.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2017 14:39:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-guide-ERROR-180-322/m-p/348521#M80717</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-04-09T14:39:03Z</dc:date>
    </item>
  </channel>
</rss>

