Previous Topic: Prepare CA Datacom/AD Database

Next Topic: Create and Load Tables


Create Schema for CA Datacom Users

CAJRJCL member CAKRSCH creates a schema authorizing an owner ID to allow access to the database. Customize the CAKRTAB PROC contained in CAJRPROC and CAKRSCMA contained in CAJRSQL.

The second parameter of the PARM statement indicates to the database installation program how to connect to the database. The SYSADM AUTH ID is a preauthorized ID that can be used to authorize the first new user ID (usually the installer's). Use SYSADM to perform the CREATE schema task authorizing the new owner ID (installer ID). After successful completion of this step, change SYSADM in the CAKRTAB PROC to the user ID just authorized in the CREATE schema step. Continue with the installation tasks.