Previous Topic: Establishing a Default DictionaryNext Topic: SYSIDMS Parameter File


Runtime Environments

Central Version or Local Mode

CA IDMS/DB can run within a DC/UCF system as a central version or in local mode:

Data Sharing Environment

Data sharing is an environment in which two or more central versions operate cooperatively through the use of a coupling facility. In this environment, multiple central versions may concurrently access a database area in update mode.

Central Version Runtime Components

The following table lists the components needed for a central version runtime environment:

Component

Description

System dictionary

Defines the DC/UCF system and physical database entities

DDLDCLOG

Contains central version log records when the log file for the central version is assigned to the database

DDLDCRUN

Contains runtime queue information used by CA-supplied tools and online user programs

DDLDCSCR

Contains runtime scratch information used by CA-supplied tools and online user programs

SYSMSG.DDLDCMSG

Contains CA-supplied and user-defined messages

DDLSEC

Contains user and group information

Application dictionaries

 

User databases

 

SYSTRK reference

Contains a description of the central version's database environment.

Considerations

More Information

Local Mode Runtime Components

The following table lists the components needed for a local mode runtime environment:

Component

Description

System dictionary

Defines the DC/UCF system and physical database entities

SYSMSG.DDLDCMSG

Contains CA-supplied and user-defined messages

DDLSEC

Contains user and group information

DDLOCSCR

Contains runtime scratch information used by local mode CA-supplied tools and user programs issuing SQL requests

Application dictionaries

 

User databases

 

SYSTRK reference

Enables the local mode application to share the database environment of a CV.

Considerations

The segment name of the system message area must be SYSMSG.

More Information