You can select specific objects or values to display on your list by using wildcards or selection symbols.
You can use selection symbols in both the commands you enter on the QMF command line and on command prompt panels. Table 5 shows the two kinds of selection symbols that QMF recognizes.
Selection symbol | Fills in for | Examples |
---|---|---|
Underscore (_) | One character | To display a list of queries
whose names start with REPORT but have an unknown character in the seventh
position, on the QMF command line enter:
LIST QUERIES (NAME=REPORT_ |
Percent sign (%) | Zero or more characters | To display queries that are owned
by users whose user IDs begin with MC, on the QMF command line enter:
LIST QUERIES (OWNER=MC% |