Previous Topic: Display System InformationNext Topic: Next Steps


Run 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.

These columns in the following table explains the different batch jobs that need to be run:

  1. Installing new z/OS CA Gen IT database
  2. Upgrading from a previous release of CA Gen IT

Note: ANY in column 1 and 2 suggests that the job can be run as needed when performing normal maintenance.

JCL Name

Action

1

2

ITJOB02

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

Y

N/A

ITJOB03

If you want to bind TIUUSQLX to additional DB2 subsystems, enter the following commands at the TSO command line:

%BINDPACK MEMBER(TIUUSQL)

COLLID(XXXXXXXX) OWNER(YYYYYYYY)

%BINDPLAN MEMBER(USQL) COLLID(XXXXXXXX) OWNER(YYYYYYYY)

Note: COLLID(XXXXXXXX) must be the collection id entered in the ‘Set DB2 Variables’

OWNER(YYYYYYYY) is an optional secondary authorization id that can be entered in the ‘Set DB2 Variables’

Y

Y

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.

Y

N/A

BLDRPROF

Builds RPROF tables and indexes. Each DB2 subsystem used by applications generated by CA Gen should have an RPROF table. If the target of a CA Gen application is CICS, you can use a TSQ RPROF instead of a DB2 RPROF, eliminating the need for an RPROF table.

Y

N/A

ITJOB05A

JCL to BIND or replace DBRMs into packages.

Y

Y

ITJOB05B

JCL to BIND Plans.

Y

Y

ITJOB05S





CAJOB05S

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

Alternative to ITJOB05S job. It 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.

ANY










ANY











ITJOB06

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

Y

Y

ITJOB07R

Binds CA Gen runtime DBRM TIROLBCM into a DB2 package.

Y

Y

 

ITJOB08R

Binds CA Gen runtime DBRM TIRPROFD into a DB2 package.

Y

Y