I am doing the SAS Programming 1: Essentials / Lessons / Lesson 2: Accessing Data (activity). Activity instructions: Open a new program window. (done) 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 EPG1V2/data folder and the complete file name. (done) Run the LIBNAME statement. (done) Navigate to your list of libraries and open the NP library. How many tables are there in the NP library? (here is the problem) Everything seems to work except there are no tables (supposed to have Parks, Species, and Visits) in the NP library. I have an NP library in the libraries section but when I try to expand to see the tables there is nothing to expand. What have I done wrong? Solutions I’ve tried: Checked my answer was correct according to the activity (libname np xlsx "FILEPATH/np_info.xlsx";) I looked under Files (Home) -> Data -> and there IS an excel file called np_info.xlsx Thank you so much for your help!
... View more