Previous Topic: SyntaxNext Topic: Usage


Input Parameter Statements

Parameter statement descriptions

IDMSDIRL utility processing can be controlled by optional input parameter statements:

Statement

Description

DBL-QUOTE

Used to override the default quotation character for the data dictionary.

SCHEMA-CONNECT

Used to connect the CA-supplied internal schemas to the OOAK-S set.

SCHEMA-DELETE

Used to delete any CA-supplied internal schemas in the dictionary. Does not perform a dictionary load.

DBL-QUOTE statement

The DBL-QUOTE statement makes the double quotation mark (") the default quotation character for the data dictionary.

By default, if you do not specify DBL-QUOTE, the default quotation character for the dictionary is the single quotation mark (').

Syntax

Code on one line only.

►►─┬─────────────┬────────────────────────────────────────────────────────────►
   └─ DBL-QUOTE ─┘

SCHEMA-CONNECT statement

The SCHEMA-CONNECT statement connects the CA-supplied internal schemas to the OOAK-S set.

By default, if you do not specify SCHEMA-CONNECT, the IDMSNTWK, IDMSSECS, and IDMSSECU schemas are not connected to the OOAK-S set.

Syntax

Code on one line only.

 ►─┬──────────────────┬───────────────────────────────────────────────────────►
   └─ SCHEMA-CONNECT ─┘

SCHEMA-DELETE statement

The SCHEMA-DELETE statement deletes any CA-supplied internal schemas (IDMSNTWK, IDMSSECS, and IDMSSECU) and associated subschemas from the dictionary.

Any orphaned records and elements are deleted.

The SCHEMA-DELETE statement does not result in a dictionary load.

Syntax

 ►─┬─────────────────┬────────────────────────────────────────────────────────►◄
   └─ SCHEMA-DELETE ─┘