Inspect Manual

High-Level Inspect Commands
Inspect Manual429164-006
6-145
Default Values
Default Values
If the MATCH IDENTIFIER command is entered with only one pattern, Inspect will
display only the matching symbols, and the scopes they were found in.
If the VERBOSE clause is omitted, scope names are displayed only if they have a
matching pattern.
Usage Considerations
Matching Uppercase and Lowercase Letters
The MATCH command does not distinguish between uppercase and lowercase
letters in the pattern unless the current language is C.
Alias Restrictions with the MATCH command
Aliases are not be expanded in the pattern with the MATCH IDENTIFIER or the
MATCH SCOPE commands.
Matching Scopes With a Leading “#”
You must include a “#” to match scopes which have a leading “#”. For example, to
match the scope, “#global”, enter:
Related Commands
INFO IDENTIFIER on page 105
INFO SCOPE on page 6-122
Examples
1. This example searches for scope-unit names that begin with the characters IO^:
MATCH SCOPE ##global
-TALOGJ-MATCH SCOPE io^*
Program Code:
IO^CLOSE
IO^OPEN
IO^READ
IO^WRITE
Program Data:
IO^DATA