Previous Topic: INCLUDE IDMS (SUBSCHEMA_BINDS)Next Topic: Data Manipulation Language Statements


INCLUDE IDMS (SUBSCHEMA_RECORD_BINDS)

INCLUDE IDMS SUBSCHEMA_RECORD_BINDS copies appropriate standard BIND record-name statements for each CA IDMS/DB record in the program.

In cases where more than one copy of a given database record description (including synonyms) is present in the program, INCLUDE IDMS SUBSCHEMA_RECORD_BINDS will not automatically generate bind record statements. Individual bind record statements must be issued to bind the record to the correct location.

Do not use the INCLUDE IDMS SUBSCHEMA_RECORD_BINDS statement when binding several records to the same location. Instead, code DML BIND statements for each record.

Syntax
►►─┬──────────────────────────────────────────┬───────────────────────────────►◄
   └─ INCLUDE IDMS (SUBSCHEMA_RECORD_BINDS); ─┘