I'm using SAS Enterprise version and going to lesson 2 accessing data. I want to do the following
libname np xlsx "&path/np_info.xlsx"; run;
The np library is created and it supposes to have 3 tables under that library, but I can't find the tables. I'm wondering there is missing np-info.xlsx file under that path.