Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
Reality V15.2 Online Documentation (MoTW) Revision 3
HYPER-ADD-INDEX command (hyperaddindex.htm)
Adds a specified index to an existing hyper file.
TCL-I command.
HYPER-ADD-INDEX hyper-file-name index-name
hyper-file-nameThe file-specifier of the hyper file.
index-nameThe name of the index.
The HYPER-ADD-INDEX command scans all hyper sections to ensure that they have a matching index definition (otherwise the command fails), and then adds the index name to the hyper file definition item (H-pointer).
For example, if a hyper file named STAFF had two existing data sections named CURRENT.STAFF and RETIRED.STAFF both with an index named SURNAME, then HYPER-ADD-INDEX can be used to add the index SURNAME to STAFF.