User indexes Directory
Directory .ZIPThese commands are examples of command shells for most User Index APIs. Note that CLRUSRIDX, DLTUSRIDXE and RMVUSRIDXE are all shells for the Remove User Index Entries (QUSRMVUI) API. All remove entries, but each serves a slightly different purpose and has different parameter values. Also, ADDUIEVAR and ADDUSRIDXE both shell the Add User Index Entries (QUSADDUI) API.
Please read the @GENERAL DISCLAIMER document for any items you should be aware of if you download any of these items.
CMDs
ADDUIEVAR -- Add User Index Entries (QUSADDUI):
The command definition object source for QUSADDUI. This adds a variable-length entry to a user index.ADDUSRIDXE -- Add User Index Entries (QUSADDUI):
The command definition object source for QUSADDUI. This adds a fixed-length entry to a user index.CLRUSRIDX -- Remove User Index Entries (QUSRMVUI):
The command definition object source for QUSRMVUI. This command removes all entries from (clears) a user index. Note that this command actually only removes up to 4095 entries, the maximum that the API allows. If more entries are in the index, the command can be executed until all are removed. The RTVUSRIDXA command can return the number of entries in the index.CRTUSRIDX -- Create User Index (QUSCRTUI):
The command definition object source for QUSCRTUI. This command creates a user index. Attributes determined include the length of the key portion and whether entries will be fixed- or variable-length.DLTUSRIDXE -- Remove User Index Entries (QUSRMVUI) interactive:
The command definition object source for QUSRMVUI. This command removes entries from a user index. All API output parameters are suppressed, so this command may be run from a command line.RMVUSRIDXE -- Remove User Index Entries (QUSRMVUI):
The command definition object source for QUSRMVUI. This command removes entries from a user index. Because values are returned from the API, this command must be run in a compiled CLP.RTVUSRIDXA -- Retrieve User Index Attributes (QUSRUIAT):
The command definition object source for QUSRUIAT. This command retrieves the attributes of a user index. One useful attribute is the number of entries currently in the index.RTVUSRIDXE -- Retrieve User Index Entries (QUSRTVUI):
The command definition object source for QUSRTVUI. This command retrieves an entry from a user index.