This is the activity:
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.
My code is this and it should be the right file path but still there are no tables in the NP library.
libname np xlsx "/home/userid/EPG194/data/np_info.xlsx";