Tagged Questions
2
votes
2answers
10k views
SAS Proc SQL Database Table Insert
Using SAS's Proc SQL, is there a way to insert records from a SAS Dataset into a table in the open SQL Server connection? Something like this (which doesn't work):
proc sql exec;
connect to ...