Hi, I am trying to complete the following activity in SAS Programming Essentials: Accessing Data but am unable to map the Excel file from my drive onto SAS Enterprise Guide: Write a LIBNAME statement to create a library named NP that reads np_info.xlsx in the course data as follows: SAS Studio: Specify the full path to your EPG194/data folder and the complete file name. Enterprise Guide: Specify &path and the complete file name. libname np xlsx "C:/Users/574026662/Documents/SAS documents training/coursedata/EPG194/data/np_info.xlsx"; It keeps saying that it cannot read or map the file, which is strange because I've specified the exact file path. Can someone help? Thanks.
... View more