Thanks for both comments. I've added the name of the excel file and it worked! The successful code is provided below: proc import datafile = 'H:\NIAGEN Clinical Trial\Fellowship Project\Datasets\SAS Programs for Data Analysis\COVID_Niagen_Sleep_SAS_1.0.xlsx' out = COVID.Sleep dbms = xlsx replace; run; Thank you!
... View more