
294 DB2 II and WPS Synergy
'DB2.DEFAULT.POLICY',
'2,2,3,"Oct 30 2003","Sunnyvale Police Dept", Home',
'OLD_CLAIM'
);
This inserts two messages into the WebSphere MQ queue — one with a
correlation id of “NEW_CLAIM“, and the other “OLD_CLAIM“.
5. Issue the following commands to retrieve the messages from the WebSphere
MQ queue:
Connect to FEDDEMO;
select * from ADMINISTRATOR.NEW_CLAIMS_FROM_QUEUE;
connect reset;
B.7 DB2 UDB for z/OS data source
This section describes the steps involved in configuring a DB2 UDB for z/OS
data source, and creating a nickname for a database object on it.
The basic steps for configuring a data source are as shown in Figure ...