PRIMIND
The PRIMIND keyword is valid with the BUILD command.
This keyword is available in PLUSIN; it is not available as a global option. Primary index keyword describes the keyword.
To do this | Specify this in PLUSIN |
---|---|
Build the primary index along with all secondary indexes. | PRIMIND(YES) |
Do not build the primary index when building the secondary indexes. | PRIMIND(NO) |
Build only the primary index. | PRIMIND(ONLY) |
Internal default: NO |
PRIMIND keyword and other keywords shows keywords related to the PRIMIND keyword.
Keywords | Effect on related keywords |
---|---|
PRIMIND(ONLY) and SECINDEX() | No indexes will be built, and the job will abend. If you specify PRIMIND(ONLY) and SECINDEX, the Index Build function cannot tell whether you want to build only the primary index or build the primary index as well as secondary indexes. |
This section contains the following topic:
Related topic