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.
►►─┬──────────────────────────────────────────┬───────────────────────────────►◄ └─ INCLUDE IDMS (SUBSCHEMA_RECORD_BINDS); ─┘
|
Copyright © 2014 CA.
All rights reserved.
|
|