BookmarkSubscribeRSS Feed
raxit143
Calcite | Level 5

Hi All,

 

Greetings!

 

We are getting below error while assigning Postgres library in SAS EG. We have SAS ACCESS to PostGres in license.

 

24        

25         GOPTIONS ACCESSIBLE;

ERROR: Could not load /sas/SASHome/SASFoundation/9.4/sasexe/sasptg (94 images loaded)

ERROR: psqlodbcw.so: cannot open shared object file: No such file or directory

26         libname postgre postgres database=sharedservice user=dbmsowner password=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX;

ERROR: The SAS/ACCESS Interface to POSTGRES cannot be loaded.  The SASPTG   code appendage could not be loaded.

ERROR: Error in the LIBNAME statement.

27        

 

 

 

 

What can be the resolution?

 

Thanks & Regards,

Rak**bleep** Shah

 

 

1 REPLY 1
Reeza
Super User
Verify your license and installation first.

*checks what is installed;
proc product_status;run;

*check what is licensed;
proc setinit;run;

sas-innovate-white.png

Missed SAS Innovate in Orlando?

Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.

 

Register now

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

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