If you can connect an Access DB to the FM table successfully, you might be able to use SAS to connect to Access.
I could connect the FM tables to Access. How do I conncet SAS to Access?
libname test access 'path to your access project here';
That usually does it I think. Unless your in Access 2007 and above, then it might be AccessCS or you may need to change things.
Thank you, Reeza.
This works! I probably use this way to connect FM server unless I find anothr way to directly connect FM server into SAS.
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.