News

IBM has rebranded its content management software under the DB2 name as it looks to use its database to merge relational data and unstructured content more easily.
The following sequence of statements would be used in an OS/390 SAS session to establish a connection to DB2 and query the table SYSIBM.SYSTABLES: connect to db2 (ssid=db2p); select * from connection ...
The SAS data set MYDATA.BANK is used to load the DB2 table BANKCHRG. Note: If you do not have DB2 at your site, change MYDATA.BANK to MYDATA.BANKCHRG and execute only the following program: data ...