News

The EXECUTE statement sends dynamic non-query, DBMS-specific SQL statements to the DBMS and processes those statements. In some SAS/ACCESS interfaces, you can issue an EXECUTE statement directly ...
For example, proc sql; connect to remote (server=sunserv dbms=oracle); execute (delete from parts.inventory where part_bin_number='093A6') by remote; sends the SQL DELETE statement through the SAS ...