Previous Topic: SyntaxNext Topic: No Logging of Program Activity Statistics


Parameters

*RETRIEVAL

Overrides the default ready mode for the DDLDML area of the dictionary by specifying that the area is to be readied for retrieval only. This allows concurrent database transactions to access the area in shared retrieval, shared update, protected retrieval, or protected update modes.

*PROTECTED-UPDATE

Overrides the default ready mode for the DDLDML area of the dictionary by specifying that the area is to be readied for both retrieval and update. This allows concurrent database transactions to ready the area in shared retrieval mode only. The protected update usage mode prevents concurrent update of the area.

The dictionary ready override statement is printed on the source listing but is not passed to the COBOL compiler.