As past of new requirements within the project i am trying to establish a connection from SAS EG(8.3) to Azure DataBricks. Could any one help me with step by step approach, prerequisites etc.
Setup of external database connections from SAS is usually the responsibility of your SAS administrator(s) as admin access to your SAS servers is required.
The first step is to verify what SAS/ACCESS products you have available to you. Run this program to find out:
proc product_status;
run;
proc setinit:
run;
The 2025 SAS Hackathon has begun!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.