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-CREATE-INDEX command (hypercreateindex.htm)
Creates an index on all hyper sections and then adds it to an existing hyper file.
TCL-I command.
HYPER-CREATE-INDEX hyper-file-name index-name
hyper-file-nameThe file-specifier of the hyper file.
index-nameThe name of the index.
The HYPER-CREATE-INDEX command creates the index on all hyper sections that do not already have an index by that name, and then adds the index name to the hyper file definition item (H-pointer).
HYPER-CREATE-INDEX prompts for index creation options:
Enter CREATE-INDEX options: ?
These options are the same as for CREATE-INDEX.
DEFINE-INDEX must be used to define the index before HYPER-CREATE-INDEX is used.
HYPER-CREATE-INDEX creates indexes on data sections contained in the hyper file's dictionary. If the hyper file's lookup table points to data sections in other dictionaries or accounts, then any indexes should be created on them independently and then HYPER-ADD-INDEX used to add the index into the hyper file.