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!
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.
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.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
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.
Ready to level-up your skills? Choose your own adventure.