SAS Programming

DATA Step, Macro, Functions and more
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.

sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 1 reply
  • 574 views
  • 1 like
  • 2 in conversation