Delete User Index (QUSDLTUI) API


  Required Parameter Group:


  Default Public Authority: *USE

  Threadsafe: Yes

The Delete User Index (QUSDLTUI) API deletes user indexes created with the Create User Index (QUSCRTUI) API.

The QUSDLTUI API performs the same function as the Delete User Index (DLTUSRIDX) command.


Authorities and Locks

Library Authority
*EXECUTE
User Index Authority
*OBJEXIST
User Index Lock
*EXCL

Required Parameter Group

Qualified user index name
INPUT; CHAR(20)

The name of the user index and the name of the library in which it resides. The first 10 characters contain the user index name, and the second 10 characters contain the library name. The user index name can be either a specific name or a generic name, a string of one or more characters followed by an asterisk (*). If you specify a generic name, QUSDLTUI deletes all user indexes that have names beginning with the string for which the user has authority.

You can use these special values for the library name:


Error code
I/O; CHAR(*)

The structure in which to return error information. For the format of the structure, see Error code parameter.


Error Messages



API introduced: V2R1

[ Back to top | Object APIs | APIs by category ]