Previous Topic: Initialization Best Practices

Next Topic: Systems Databases

Systems Data Sets

Each system data set is commonly referred to by its z/OS DDNAME. The actual data set name is dependent on the options chosen during installation.

The following is a list of the critical system data sets that must be protected:

CXX

Contains the definitions of all databases accessible in this CA Datacom environment.

LXX

Contains user transaction data (including data rows) used to support transaction back out and database restart (after a failure).

FXX

Contains user transaction data (not including data rows) used to support fast database restart (after a failure).

RXX

Contains user transaction data (including data rows) used to support database recovery from a backup after a data loss.

The external security administrator should be very careful in granting access to the LXX and RXX data sets as user data rows from any table in the environment can appear on the data set. This data set should be as secure as the highest secured table in the environment.

Access to the CXX and FXX is typically not as secure. However, any inadvertent damage to the CXX could completely shut down the CA Datacom environment.