I've done a Google search of this error and it seems none of the results were applicable.
Both the Excel file and the SAS code programs are in the same folder.
The multisheet-Excel file has a sheet named "Dictionary"
LIBNAME XLSLIB xlsx "K:\Folder1\Folder2\FileName.xlsx";
data dict;
set XLSLIB.Dictionary;
/*ERROR: File XLSLIB.Dictionary.DATA does not exist.*/ ...
run;
I've also tried this, but it also has the same error:
data XLSLIB.Dictionary;
set XLSLIB.Dictionary;
https://blogs.sas.com/content/sasdummy/2015/05/20/using-libname-xlsx-to-read-and-write-excel-files/
It should just read and not overwrite anything.
Thanks
What tables do you see when you open the XLSLIB library?
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.