(ZOS) Unit testing with DB2
These steps describe how to setup a unit test environment that would allow us to develop and unit test code with DB2 z/OS to support Container Managed Persistence (CMP) development and access DB2 test data that resides on z/OS.
When using DB2 z/OS to support Container Managed Persistence (CMP) development and access DB2 test data that resides on z/OS, we should establish a testing environment to develop and unit test the code. Perform the following steps to setup a test environment:
Tasks
- Configure DB2 Distributed Data Facility (DDF) on z/OS to allow remote TCP/IP connections from the WebSphere Studio Application Developer workstation. See the DB2 Information Center for information on DDF.
- Install the DB2 Client Configuration Assistant on the workstation where WebSphere Studio Application Developer is installed. The DB2 Client Configuration Assistant is shipped with DB2.
- Use the DB2 Client Configuration Assistant to define a DB2 alias.
- Use the DB2 alias we defined to access the DB2 subsystem on z/OS using the DB2 Distributed Data Facility (DDF).