libname ABCDEFGH postgres server="Server_Address.com" port=5432 user=kevin password="P@ssW0rd" database=DBName schema=SchemaName; Proc SQL; CREATE table work.my_temporary_table as (Select * from ABCDEFG.your_table); Quit; |
libname ABCDEFGH postgres server="Server_Address.com" port=5432 user=kevin password="P@ssW0rd" database=DBName schema=SchemaName; Proc SQL; CREATE table my_temporary_table as (Select * from ABCDEFG.your_table); Quit; |
libname ABCDEFGH postgres server="Server_Address.com" port=5432 user=kevin password="P@ssW0rd" database=DBName schema=SchemaName; Proc SQL; CREATE table my_temporary_table as (Select * from ABCDEFG.your_table); Quit; cas casauto; caslib _all_ assign; proc casutil outcaslib="ABCDEFG" sessref=casauto; load data=WL_JOB_HISTORY casout="Name_of_output" promote COPIES=0; quit; |
Kevin Regan
Have an article, idea, found a typo, want to contribute? Shoot me an email
Here
Below are links to some Udemy Data Science Courses. I've been using Udemy for a number of years now, and I've found their courses super helpful, maybe you will also.