Hi, I've SAS 9.4 in my personal windows PC and trying to connect to Postgres database (aws storage) to access tables/datasets in the database. I would like to perform some analysis in SAS with that data. I tried creating library with libname and have below message. ERROR: The POSTGRES engine cannot be found. ERROR: Error in the LIBNAME statement. Also, I checked whether I have access to Postgres in SAS (PROC SETINIT; RUN;) and I see that I've access to Postgres, ODBC etc. And then I tried PROC PRODUCT_STATUS; RUN; Here I don't see Postgres though. I found this in one of the community posts " It's possible that you have SAS/Access to Postgres licensed but it is not installed on the server". I think, I'm in same situation. Could someone suggest me how to install it? I don't have any server though. Just trying to connect to database from simple PC SAS on a personal laptop. Thanks, Hukesh
... View more