Post-Installation

About this task

The following steps may be run using typical DB2 for z/OS interfaces; e.g. SPUFI, DB2 Connect or batch DB2. Supply site-appropriate values to replace those in angle brackets (e.g. <storage_group>):

Procedure

  1. Create the necessary database Storage Group.
    CREATE STOGROUP <storage_group> VOLUMES (<volumes>)
      VCAT <catalog_name>;
  2. Create the Cúram application database - the database can be configured forEBCDIC,ASCII, orUNICODE mode, this can be done when creating the database using theCCSID keyword. ForASCII orUNICODE databases see Bootstrap properties for information about setting the required property curam.db.zos.encoding.
    CREATE DATABASE CURAM BUFFERPOOL BP0 INDEXBP BP0
      STOGROUP <storage_group> CCSID <EBCDIC, ASCII or UNICODE>;
  3. Ensure that the DSNZPARM RRULOCK parameter, of the DSN6SPRM macro, is set to YES.
  4. An environment variable called DB2JCC_LICENSE_CISUZ_JAR must be created in your z/OS UNIX System Services shell environment that points to the installed DB2 for z/OS license jar file used for connectivity to DB2 for z/OS servers on z/OS. This is normally named db2jcc_license_cisuz.jar and is provided as part of your DB2 for z/OS installation.