1 The SAS System 18:08 Sunday, September 16, 2018 1 ;*';*";*/;quit;run; 2 OPTIONS PAGENO=MIN; 3 %LET _CLIENTTASKLABEL='egpg194_2'; 4 %LET _CLIENTPROJECTPATH=''; 5 %LET _CLIENTPROJECTNAME=''; 6 %LET _SASPROGRAMFILE='C:\Users\jlin\Desktop\EPG194_EG\data\egpg194_2.sas'; 7 8 ODS _ALL_ CLOSE; 9 OPTIONS DEV=ACTIVEX; 10 GOPTIONS XPIXELS=0 YPIXELS=0; 11 FILENAME EGSR TEMP; 12 ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR STYLE=HtmlBlue 12 ! STYLESHEET=(URL="file:///C:/Program%20Files/SASHome/x86/SASEnterpriseGuide/5.1/Styles/HtmlBlue.css") NOGTITLE NOGFOOTNOTE 12 ! GPATH=&sasworklocation ENCODING=UTF8 options(rolap="on"); NOTE: Writing TAGSETS.SASREPORT13(EGSR) Body file: EGSR 13 14 GOPTIONS ACCESSIBLE; 15 option nonotes nosource; ERROR: Libname PG1 is not assigned. ERROR: Libname PG1 is not assigned. ERROR: Libname PG1 is not assigned. ERROR: Libname PG1 is not assigned. ERROR: Libname PG1 is not assigned. ERROR: Libname PG1 is not assigned. ERROR: Libname PG1 is not assigned. ERROR: Libname PG1 is not assigned. ERROR: Libname PG1 is not assigned. ERROR: Libname PG1 is not assigned. ERROR: Libname PG1 is not assigned. ERROR: Libname PG1 is not assigned. ERROR: Libname PG1 is not assigned. ERROR: Libname PG1 is not assigned. ERROR: Libname PG1 is not assigned. ERROR: Libname PG1 is not assigned. ERROR: Libname PG1 is not assigned. ERROR: Libname PG1 is not assigned. ERROR: Libname PG1 is not assigned. ERROR: Libname PG1 is not assigned. ERROR: Libname PG1 is not assigned. ERROR: Libname PG1 is not assigned. WARNING: Apparent symbolic reference PATH not resolved. WARNING: Apparent symbolic reference PATH not resolved. ERROR: Physical file does not exist, C:\WINDOWS\system32\&path\data\class_birthdate.csv. WARNING: Apparent symbolic reference PATH not resolved. WARNING: Apparent symbolic reference PATH not resolved. ERROR: Physical file does not exist, C:\WINDOWS\system32\&path\data\np_traffic.csv. WARNING: Apparent symbolic reference PATH not resolved. WARNING: Apparent symbolic reference PATH not resolved. ERROR: Physical file does not exist, C:\WINDOWS\system32\&path\data\storm_damage.csv. WARNING: Apparent symbolic reference PATH not resolved. WARNING: Apparent symbolic reference PATH not resolved. ERROR: Physical file does not exist, C:\WINDOWS\system32\&path\data\storms2016.json. WARNING: Apparent symbolic reference PATH not resolved. WARNING: Apparent symbolic reference PATH not resolved. ERROR: Physical file does not exist, C:\WINDOWS\system32\&path\data\class.json. WARNING: Apparent symbolic reference PATH not resolved. WARNING: Apparent symbolic reference PATH not resolved. ERROR: Physical file does not exist, C:\WINDOWS\system32\&path\data\np_traffic.dat. 2 The SAS System 18:08 Sunday, September 16, 2018 WARNING: Apparent symbolic reference PATH not resolved. WARNING: Apparent symbolic reference PATH not resolved. ERROR: Physical file does not exist, C:\WINDOWS\system32\&path\data\storm_damage.tab. WARNING: Apparent symbolic reference PATH not resolved. ERROR: The XLSX engine cannot be found. ERROR: Error in the LIBNAME statement. WARNING: Apparent symbolic reference PATH not resolved. ERROR: Libname XL is not assigned. ERROR: Library PG1 does not exist. ERROR: Libname XL is not assigned. ERROR: Library PG1 does not exist. ERROR: Libname XL is not assigned. ERROR: Libname XL is not assigned. ERROR: Library PG1 does not exist. ERROR: Libname XL is not assigned. ERROR: Library PG1 does not exist. ERROR: Libname XL is not assigned. ERROR: Library PG1 does not exist. ERROR: Libname XL is not assigned. ERROR: Libname XL is not assigned. WARNING: Libname XL is not assigned. WARNING: Apparent symbolic reference PATH not resolved. ERROR: The XLSX engine cannot be found. ERROR: Error in the LIBNAME statement. ERROR: Libname XL is not assigned. ERROR: Libname XL is not assigned. ERROR: Libname XL is not assigned. ERROR: Libname XL is not assigned. WARNING: Libname XL is not assigned. WARNING: Apparent symbolic reference PATH not resolved. ERROR: The XLSX engine cannot be found. ERROR: Error in the LIBNAME statement. ERROR: Libname XL is not assigned. WARNING: Libname XL is not assigned. WARNING: Apparent symbolic reference PATH not resolved. ERROR: The XLSX engine cannot be found. ERROR: Error in the LIBNAME statement. ERROR: Libname XL is not assigned. ERROR: Library PG1 does not exist. ERROR: Libname XL is not assigned. ERROR: Libname XL is not assigned. WARNING: Libname XL is not assigned. NOTE: Second phase of data setup is complete. WARNING: Apparent symbolic reference PATH not resolved. WARNING: Apparent symbolic reference PATH not resolved. ERROR: Physical file does not exist, C:\WINDOWS\system32\&path\libname.sas. NOTE: The SAS System stopped processing this step because of errors. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds WARNING: Apparent symbolic reference PATH not resolved. 179530 179531 %include "&path/libname.sas"/source2; 3 The SAS System 18:08 Sunday, September 16, 2018 WARNING: Physical file does not exist, C:\WINDOWS\system32\&path\libname.sas. ERROR: Cannot open %INCLUDE file &path/libname.sas. 179532 179533 proc contents data=pg1._all_ nods; 179534 run; WARNING: Library PG1 does not exist. ERROR: Library PG1 does not exist. NOTE: Statements not processed because of errors noted above. NOTE: PROCEDURE CONTENTS used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: The SAS System stopped processing this step because of errors. 179535 179536 179537 GOPTIONS NOACCESSIBLE; 179538 %LET _CLIENTTASKLABEL=; 179539 %LET _CLIENTPROJECTPATH=; 179540 %LET _CLIENTPROJECTNAME=; 179541 %LET _SASPROGRAMFILE=; 179542 179543 ;*';*";*/;quit;run; 179544 ODS _ALL_ CLOSE; 179545 179546 179547 QUIT; RUN; 179548