Previous Topic: RPROF VariablesNext Topic: Establish ISPF Library Concatenation


Installation JCL

The batch jobs discussed in this section are executed outside the IT environment. You must run these jobs in the order they are presented and on the CPU where DB2 resides. Also verify that COND CODE = 0 is returned from all steps and that execution of all SQL statements results in SQLCODE = 000. This following table provides a comprehensive list of all CA Gen JCL members and a brief description of the jobs they perform. The installation and upgrade processes create these members.

JCL Member

Job Description

ITJOB02

Creates VSAM data sets for a new z/OS IT database. Skip this step if using STOGROUPS.

ITJOB03

Executes a DB2 BIND for dynamic SQL processing program TIUUSQL.

ITJOB04

Creates DB2 objects. If storage group allocation was selected as the database storage type for this installation, the storage groups must be created prior to running ITJOB04. ITJOB04 creates the DB2 objects for the IT, and uses the SQL created previously.

BLDRPROF

Creates the CA Gen runtime profile (RPROF) table. (If you did not enter Y at the Build RPROF option in the Installation Variables screen, you cannot run this job.)

The IT requires an RPROF table. You can use BLDRPROF to create an RPROF table for the IT, or you can create additional RPROF tables for use by CA Gen applications installed by the IT (RPROFS are unique by creator ID). One RPROF table per DB2 subsystem is recommended, and it must be adequately sized to avoid deadlock

ITJOB05A

Binds or replaces DBRMs into packages

ITJOB05B

Binds Plans.

ITJOB05S




CAJOB05S

Executes the IBM DB2 RUNSTATS utility for the IT database. Customers must have IBM DB2 utilities to execute this job.

Updates DB2 catalog statistics for the IT database similar to ITJOB05S. It uses CA's DB2 PDASTATS utility. Customers must have CA Unicenter DB2 products to execute this job.

If you are using DB2 utilities from other vendors, you must customize ITJOB05S or CAJOB05S accordingly.

ITJOB06

Grant executes authority of CA Gen IT for z/OS plans to public.

ITJOB07R

Binds CA Gen runtime DBRM TIROLBCM into a DB2 package.

ITJOB08R

Binds CA Gen runtime DBRM TIRPROFD into a DB2 package.

Configuration of the z/OS Implementation Toolset involves the following tasks: