Creating database tables using Jazz Team Server for System z repository tools

When you use DB2® for z/OS®, initially you must use the Jazz™ Team Server for System z® repository tools to create the required database tables and indexes for the Jazz Team Server for System z.
Ensure the teamserver.properties file has been configured correctly as described in Customizing Jazz Team Server for System z properties files for DB2 for z/OS. Then you must:
  1. Configure member BLZCREDB in hlq.SBLZSAMP by following the instructions in the sample JCL.
    • The Jazz Team Server for System z and the Jazz Team Server repository tools require access to the DB2 V9 JDBC license jar 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 to point to 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