Generic character usage

The command syntax for the file maintenance utility supports the use of a generic character, which you can use in the following commands:

The generic character is an * (asterisk), where an * matches none or one or more characters. Thus * by itself means all names, so to remove all the files from an application group, use REMOVEFILES(*). Operand ab* matches anything beginning with the characters ab, such as abc, abcde, and so on.