BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Steelers_In_DC
Barite | Level 11

On a monthly basis the SAS server is taken down for a day, in the past I was able to switch to local in EG and work with whatever I had saved on my desktop.  Recently I get the following error, the dataset is built successfully but it throws this error.  Does anyone know why, or an option that would correct the issue?

 

1                                                          The SAS System                          06:21 Wednesday, February 3, 2016

1          ;*';*";*/;quit;run;
2          OPTIONS PAGENO=MIN;
3          %LET _CLIENTTASKLABEL='Program3';
4          %LET _CLIENTPROJECTPATH='L:\Folder\libnames.egp';
5          %LET _CLIENTPROJECTNAME='libnames.egp';
6          %LET _SASPROGRAMFILE=;
7          
8          ODS _ALL_ CLOSE;
9          OPTIONS DEV=ACTIVEX;
10         GOPTIONS XPIXELS=0 YPIXELS=0;
10         GOPTIONS XPIXELS=0 YPIXELS=0;
           ________
           180
ERROR 180-322: Statement is not valid or it is used out of proper order.

11         FILENAME EGHTML TEMP;
12         ODS HTML(ID=EGHTML) FILE=EGHTML
13             ENCODING='utf-8'
14             STYLE=HtmlBlue
15             STYLESHEET=(URL="file:///C:/Program%20Files/SASHome94/SASEnterpriseGuide/6.1/Styles/HtmlBlue.css")
16             ATTRIBUTES=("CODEBASE"="http://www2.sas.com/codebase/graph/v94/sasgraph.exe#version=9,4")
17             NOGTITLE
18             NOGFOOTNOTE
19             GPATH=&sasworklocation
20         ;
NOTE: Writing HTML(EGHTML) Body file: EGHTML
21         
22         GOPTIONS ACCESSIBLE;
22         GOPTIONS ACCESSIBLE;
           ________
           180
ERROR 180-322: Statement is not valid or it is used out of proper order.

23         data test;
24         input var1-var3;
25         cards;

NOTE: The data set WORK.TEST has 3 observations and 3 variables.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      
29         ;run;

30         
31         GOPTIONS NOACCESSIBLE;
31         GOPTIONS NOACCESSIBLE;
           ________
           180
ERROR 180-322: Statement is not valid or it is used out of proper order.

32         %LET _CLIENTTASKLABEL=;
33         %LET _CLIENTPROJECTPATH=;
34         %LET _CLIENTPROJECTNAME=;
35         %LET _SASPROGRAMFILE=;
36         
37         ;*';*";*/;quit;run;
38         ODS _ALL_ CLOSE;
2                                                          The SAS System                          06:21 Wednesday, February 3, 2016

39         
40         
41         QUIT; RUN;
42     

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
SteveM_UK
Obsidian | Level 7

Hi Steelers

 

Does this look like the problem? http://support.sas.com/kb/35/771.html

 

Maybe that EG option has changed without you realising; if you have SAS/GRAPH on the server but not the desktop you'd then get that error as SAS can't process the graphics options without SAS/GRAPH.

 

Hope this helps

 

- Steve M.

View solution in original post

3 REPLIES 3
SteveM_UK
Obsidian | Level 7

Hi Steelers

 

Does this look like the problem? http://support.sas.com/kb/35/771.html

 

Maybe that EG option has changed without you realising; if you have SAS/GRAPH on the server but not the desktop you'd then get that error as SAS can't process the graphics options without SAS/GRAPH.

 

Hope this helps

 

- Steve M.

Steelers_In_DC
Barite | Level 11

Excellent, thank you!

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 3 replies
  • 2134 views
  • 2 likes
  • 3 in conversation