Previous Topic: MODIFY RECORD StatementNext Topic: Executing the CA IDMS DLI Transparency Syntax Generator


MODIFY SET Statement

The MODIFY SET statement allows you to specify a name for a generated set. The specified name overrides the name supplied by the syntax generator. Note that the default set names are derived from the DL/I parent segment names and their associated child segment names. The syntax generator concatenates each parent/child name pair with the literal "-".

If the name of a set in the associated schema is different from the syntax generator-supplied name, you must include the MODIFY SET statement to supply the correct schema-specific set name.

Syntax

►►─┬────────────────────────────────┬────────────────────────────────────────►
   └─ MODify SET NAME is set-name ──┘

 ►─┬───────────────────────────────────┬─────────────────────────────────────►◄
   └─ NEW NAME is new-set-name ─── . ──┘

Parameters

MODify SET NAME is set-name

Identifies the set for which you want to specify a new name. Set-name must be a 1- to 16-character name.

NEW NAME is new-set-name

Specifies the new CA IDMS/DB database set name. New-set-name must be a valid 1- to 16-character CA IDMS/DB set name.