dbfinddupkeys - Find Duplicate Index Keys

dbfinddupkeys dataArea [name]

dbfinddupkeys identifies duplicate index keys in a data area, or in a specific file or module within that data area.

Program Option Description
dataArea The data area whose database tables you want to search in for duplicate keys.
name

A list of names of dictionary files, business classes, modules, database spaces, or business class patterns to execute the command against.

Use the prefixes file-, pattern-, space-, or module- to resolve ambiguity. Use prefix- and type- to select files by prefix name or types used. File names can be the long or classic name and can include ? and *. Specifying "!" anywhere in the list will complement the selected files. Specifying @path reads names from the file, one per line. A hyphen ( - ) indicates stdin. Wildcard characters may need to be quoted in the command line or they will be interpreted by the command processor. A :L on a file name selects the lobs table. A :B on a file name selects the base table.