SORTIDX
The SORTIDX keyword is valid with the Prefix Resolution/Update function.
You can specify this option in a Prefix Resolution/Update function global options module or in PLUSIN. The following table describes the Sort index records keyword.
To do this | Specify this in PLUSIN |
---|---|
Run the Secondary Index Resolution function during Parent-Child Resolution. | SORTIDX(Y) |
Do not run the Secondary Index Resolution function during Parent-Child Resolution. | SORTIDX(N) |
Internal default: Do not run the Secondary Index Resolution function during Parent-Child Resolution. |
You can run the Secondary Index Resolution function during Parent-Child Resolution (DFSURG10 or PRPURG20). Specify SORTIDX(Y) to have the secondary index records sorted. Specify SORTIDX(N) if you do not want the records sorted. If you specify SORTIDX(N), you must run the DFSURIDX data set through the Secondary Index Resolution function, the Index Build function, or the IMS Prefix Resolution utility.
Related topic