Wildcards
Many keywords in BMC AMI Utilities use Db2 SQL wildcards to reference a series of similarly named objects. Use Db2 SQL wildcards precisely as you use them in a Db2 WHERE clause after the LIKE keyword. You can use any combination of characters, the percent character (%), or the underscore character (_) in either name.
In the simplest scenario, you would not use wildcards. The index creator and index name, and the database name and the table space name, are specified explicitly, without wildcards. To reorganize all the indexes with a specific creator ID, specify creatorID.%.
When you use masked names, BMC AMI Utilities construct and issue an SQL query to obtain the names of all indexes that match a specified naming mask.
The SYSPRINT and SUMMARY sections of the job listing print a line for each object found.
Related topics