The naming rules for generic names are as follows:
- Names can have up to two asterisks (*). Each asterisk is a wild
card representing any number of characters.
- A single asterisk can appear anywhere in the name (eg. A*C)
- Two asterisks can only appear if one is at the beginning of the name and
the other is at the end (eg. *ABC*). An exception to this is, if
you wish to subset by names ending in ALL, use **ALL
- A single asterisk or *ALL is used to display the entire list.
- The usual syntax rules for the specific name type apply for all
non-asterisk characters.
- If this is a library name, the following special values are valid:
- *USRLIBL
- The libraries in the user library list.
- *LIBL
- The libraries in the library list.
- *CURLIB
- The current library in your library list.
- *ALLUSR
- All the non-IBM libraries on the active iSeries host.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.