When importing several worksheets ( but not all) from Excel into SAS, is there a way to import several worksheets instead of just one at a time with separate proc import procedure?
Thank you in advance!
Yes there is - using the LIBNAME statement with the EXCEL engine option:
You can then use the DATASETS procedure to copy all tabs in a workbook or choose selected tabs.
Thank you a bunch for your help!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.