News

The following example connects to DB2 and sends it two EXECUTE statements to process: proc sql; connect to db2 (ssid=db2); execute (create view testid.whotookorders as select ordernum, takenby, ...
For example, if you submit a PROC PRINT statement that references a DB2 table, the DB2 SQL query is displayed in the SAS log. The SAS/ACCESS engine for DB2 generates the DB2 SQL query, as shown in ...