BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
edzy007
Calcite | Level 5

Hi all!

 

As the title says, how can I establish a connection between Postgresql and Data Integration Studio?

 

Apologies if this question is vague. I am new to SAS.

 

Hope anyone can help point me in the right direction. 

 

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
SASKiwi
PROC Star

To be able to do this you need a SAS/ACCESS product both installed and licensed, most likely SAS/ACCESS Interface to PostgreSQL or  SAS/ACCESS Interface to ODBC. Run this program to confirm:

proc product_status;
run;

proc setinit;
run;

PRODUCT_STATUS will tell you what products are installed, SETINIT what products are licensed.

View solution in original post

1 REPLY 1
SASKiwi
PROC Star

To be able to do this you need a SAS/ACCESS product both installed and licensed, most likely SAS/ACCESS Interface to PostgreSQL or  SAS/ACCESS Interface to ODBC. Run this program to confirm:

proc product_status;
run;

proc setinit;
run;

PRODUCT_STATUS will tell you what products are installed, SETINIT what products are licensed.

CFC_SAS_Communities_400x225.jpgCFC_SAS_Communities_400x225.jpg

Call for content now open!

It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.

Submit your proposal →

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
  • 1419 views
  • 1 like
  • 2 in conversation