Creating database tables using Jazz Team Server repository tools

When you use DB2® for z/OS®, initially you must use the repository tools to create the required database tables and indexes for the Jazz™ Team Server.

About this task

Ensure the teamserver.properties file has been configured correctly as described in Customizing the Jazz Team Server properties file for DB2 for z/OS. Then you must:

Procedure

  1. Configure member BLZCREDB in hlq.SBLZSAMP by following the instructions in the sample JCL.
    • The Jazz Team Server and the repository tools require access to the DB2 V9 JDBC license and JDBC .jar files on your system. These files are named db2jcc_license_cisuz.jar and db2jcc.jar and are located by default at /usr/lpp/db2910_jdbc/classes.
    • If the file is in a different directory, then modify the sample job with the correct location.
  2. Submit the modified JCL and check the job log. The following message must end the STDOUT: The database tables were created successfully. The details are in the JCL sample.

Feedback