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.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.