Im doing the SAS Programming 1 Training. Downloaded the ZipFile for SAS Enterprise guide Data Setup. After running _1egpg194 I received error messages in the log (see below). Am I doing something wrong?, please help 1 The SAS System 14:07 Tuesday, October 2, 2018 1 ;*';*";*/;quit;run; 2 OPTIONS PAGENO=MIN; 3 %LET _CLIENTTASKLABEL='_1egpg194'; 4 %LET _CLIENTPROCESSFLOWNAME='Autoexec'; 5 %LET _CLIENTPROJECTPATH='C:\Users\sahaks\Desktop\SAS\EPG194.egp'; 6 %LET _CLIENTPROJECTPATHHOST='DHQ02765'; 7 %LET _CLIENTPROJECTNAME='EPG194.egp'; 8 %LET _SASPROGRAMFILE='C:\Users\sahaks\Desktop\SAS\EPG194_EG\data\_1egpg194.sas'; 9 %LET _SASPROGRAMFILEHOST='DHQ02765'; 10 11 ODS _ALL_ CLOSE; 12 OPTIONS DEV=PNG; 13 GOPTIONS XPIXELS=0 YPIXELS=0; 13 GOPTIONS XPIXELS=0 YPIXELS=0; ________ 180 ERROR 180-322: Statement is not valid or it is used out of proper order. 14 FILENAME EGSR TEMP; 15 ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR 16 STYLE=HTMLBlue 17 STYLESHEET=(URL="file:///C:/Program%20Files%20(x86)/SASHome/x86/SASEnterpriseGuide/7.1/Styles/HTMLBlue.css") 18 NOGTITLE 19 NOGFOOTNOTE 20 GPATH=&sasworklocation 21 ENCODING=UTF8 22 options(rolap="on") 23 ; NOTE: Writing TAGSETS.SASREPORT13(EGSR) Body file: EGSR 24 25 GOPTIONS ACCESSIBLE; 25 GOPTIONS ACCESSIBLE; ________ 180 ERROR 180-322: Statement is not valid or it is used out of proper order. 26 /************************************************************* 27 28 Make sure you follow the instructions in the course for 29 creating data in SAS Enterprise Guide. You must run the 30 two programs in order in the same Enterprise Guide session. 31 32 *************************************************************/ 33 options nosource nonotes; NOTE: First phase of data creation is complete. Run the next phase to complete your setup. 119259 119260 119261 119262 GOPTIONS NOACCESSIBLE; 119262 GOPTIONS NOACCESSIBLE; ________ 180 ERROR 180-322: Statement is not valid or it is used out of proper order. 119263 %LET _CLIENTTASKLABEL=; 119264 %LET _CLIENTPROCESSFLOWNAME=; 2 The SAS System 14:07 Tuesday, October 2, 2018 119265 %LET _CLIENTPROJECTPATH=; 119266 %LET _CLIENTPROJECTPATHHOST=; 119267 %LET _CLIENTPROJECTNAME=; 119268 %LET _SASPROGRAMFILE=; 119269 %LET _SASPROGRAMFILEHOST=; 119270 119271 ;*';*";*/;quit;run; 119272 ODS _ALL_ CLOSE; 119273 119274 119275 QUIT; RUN; 119276
... View more