Hello,
I would like to ask for some help, I am currently trying to import Data from SSAS Cube to LASR and I am struggling to do it.
I understand that I need a licenced SAS/ACCESS TO OLE DB Product and we already ordered it.
But I don't know how to do so, I understand that maybe I should write the query manually to connect to it and create the necessary views and the syntax is on the internet. but in the oledb options I don't know what to put for the "PROVIDER" option or how to connect to it in general.
can you please guide me with steps to solve this problem, it would be very very helpful and i'll appreciate it.
Thank you so much for your time,
Best Regards,
The best way to get OLEDB going is to follow these steps:
libname MyOLEDB OLEDB <Your connection details>;
This is normally a task for a SAS administrator, so I'm assuming that you are.
The best way to get OLEDB going is to follow these steps:
libname MyOLEDB OLEDB <Your connection details>;
This is normally a task for a SAS administrator, so I'm assuming that you are.
Hello,
Thank you for your reply, wouldn't the SAS/ACCESS Interface to OLE DB be installed with the Visual Analytics by default since they are part of the same order and I installed all the products on the order ?
If it was part of your original order, yes. I assumed you had ordered it separately. If you already have it you can confirm it is installed by running this:
proc product_status:
run;
If it is installed, then you can try a LIBNAME statement in SAS Studio.
It worked ! Thank you so much for your help
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.
Find more tutorials on the SAS Users YouTube channel.