Here is the program and the log. Also, this Excel file is the exported Excel version of the Storm_Summary.sas7bdat file. The STORM_SUMMARY is also the name of the sheet in the is workbook. The zip file, coursedata.wk.zip downloaded as part of this course EPG194 did not contain any Excel or csv files as referenced in the course. OPTIONS VALIDVARNAME=V7; LIBNAME XLCLASS "Z:\My SAS Files\STORM_SUMMARY.xlsx"; PROC CONTENTS DATA=XLCLASS.STORM_SUMMARY; RUN; LIBNAME XLCLASS CLEAR; LOG: NOTE: Libref XLCLASS was successfully assigned as follows: Engine: XLSX Physical Name: Z:\My SAS Files\STORM_SUMMARY.xlsx ERROR: File XLCLASS.STORM_SUMMARY.DATA 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. NOTE: Libref XLCLASS has been deassigned.
... View more