I have a set of excel files which have around 10 sheets in them. I have to import all of these in SAS Enterprise Guide which becomes very time consuming and tedious at times.
I'm sure there is way to do this using code without importing everyfile.
I tried defining a library using the statement on SAS 9.3,
libname xyz EXCEL PATH = 'W:\Desktop\Probablistic Load Forecasting\Week5\Trial_Holiday_Effect\2004.xlsx'
also I tried
libname xyz 'W:\Desktop\Probablistic Load Forecasting\Week5\Trial_Holiday_Effect\2004.xlsx'
I get error:
ERROR: Library XYZ is not in a valid format for access method RANDOM.
ERROR: Error in the LIBNAME statement.
Kindly help me out
Not Working. Same error.
Creating an EXCEL library requires the SAS product SAS/ACCESS to PC Files. Look in Properties of your EG SAS Server List under SASApp or similar and check if you have this product.
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.