BookmarkSubscribeRSS Feed
Sathish_jammy
Lapis Lazuli | Level 10

Dear Experts,

 

My SAS 9.4 version going to expire on this week.

So I created an account in SAS University edition and that works well.

The Issue is - SQL connection.

 

I used the below code on SAS 9.4v for SQL server connectivity

Libname Proj ODBC NoPrompt="Driver=SQL Server;Server=192.168.21.3;Database=Project;UID=***;PWD=***";

It perfectly replicates the exact SQL Database, but It fails on the SAS University edition.

 

University Edition LOG:

 1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 72         
 73         Libname Proj ODBC NoPrompt="Driver=SQL Server;Server=192.168.21.3;Database=Project;UID=***;PWD=***";
 ERROR: The product with which the engine ODBC is associated is either not licensed for your system or the product license has 
        expired. Please contact your SAS installation representative.
 ERROR: Error in the LIBNAME statement.
 74         
 75         OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 87         

Is there any chance to connect my SQL server in SAS University edition.

Thanks for any hints

 

 

 

 

 

 

1 REPLY 1
andreas_lds
Jade | Level 19

Afaik SAS UE can't connect to databases.

hackathon24-white-horiz.png

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.

Latest Updates

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 912 views
  • 0 likes
  • 2 in conversation