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
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.
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.
Excellent, thank you!
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.
Ready to level-up your skills? Choose your own adventure.