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.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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