News

The table TESTID.ORDERS is an SQL/DS table that is accessed through DRDA. libname vlib 'SAS-data-library' proc sql; connect to db2 (server=testserver); create view vlib.stockord as select * from ...
To create and load a DB2 table, the SAS/ACCESS interface to DB2 uses the following statements in interactive line, noninteractive, or batch mode. Note: Unlike some other SAS/ACCESS interface products, ...