Previous Topic: Modifying CA DRAS Control Statements for CA View

Next Topic: Configuring CA DRAS for CA Dispatch


Control Statements for CA View

Be sure to customize the following statements.

SET MESSAGE ECHO

Specifies whether and which messages are to be echoed to SYSLOG. To display all messages specific to CA View, specify the following statement:

SET    MESSAGE ECHO(CAHA)         ROUT(11) DESC(6)                 
ACCESS REPOSITORY

The ACCESS REPOSITORY statement identifies a repository to the CA DRAS server and defines the data set information required for the CA DRAS task to access the repository. There can be multiple ACCESS REPOSITORY statements defined to a CA DRAS task.

The format of the ACCESS REPOSITORY statement is as follows:

ACCESS REPOSITORY NAME(VIEWPROD) PATH('CAVIEW.PROD.VIEW11') PRODUCT(VIEW11)
NAME

A unique name which can be 1‑8 characters. The name is given to each repository to enable easier identification. In the example above, the database being accessed is the CA View Production Database, so the name was defined as VIEWPROD to identify which repository was being accessed.

Important! The following values are reserved and cannot be used for access repository names: BNFIND,  BUND50, BUND51, DISP60, DISP11, DSFIND, RTFIND, SYSTEM, VIEW16 and VIEW11.

PATH

Identifies the Database High-Level Qualifier (DBHLQ) for your CA View database. This value must match the DBHLQ defined to CA View.

PRODUCT

Identifies the type of repository being accessed. Specify VIEW11 for CA View supported databases (Version 12.0, r11.7, r11.6, r11.5 and r11.0).

Note: For more information about the SET command, see the chapter "Operating CA DRAS".