SQL/MX 2.x Reference Manual (H06.04+)

MXCI Commands
HP NonStop SQL/MX Reference Manual540440-003
4-9
DISPLAY USE OF Command
DISPLAY USE OF Command
Considerations for DISPLAY USE OF
Examples of DISPLAY USE OF
The DISPLAY USE OF command provides usage information on statically compiled
modules.
DISPLAY USE OF displays a list of modules and, for each module, a list of
dependent objects. If you specify the object 'object-name' clause, DISPLAY
USE OF displays a list of all dependent modules for that object.
NOE
directs NonStop SQL/MX to scan only modules in the local node, not nodes on the
Expand network.
module-directory-path
is the path name of a directory, enclosed in single quotes.
module-directory-path is case-sensitive.
If you omit the module_dir clause, DISPLAY USE OF searches the default path,
/usr/tandem/sqlmx/USERMODULES.
You can look for similar values by specifying only part of the characters of
module-directory-path combined with “*” (asterisk) wild-card characters.
All of these specifications are valid:
[module_dir 'd1']
[module_dir './d1']
[module_dir '../d1']
[module_dir '/usr/tandem/sqlmx/USERMODULES/../d1']
[module_dir '*']
[module_dir '/*']
[module_dir '*/d1']
[module_dir '/*/d1']
[module_dir 'd1/*']
[module_dir '/d1/*']
module-name
is the name of the module to search for, enclosed in single quotes.
NonStop SQL/MX searches all modules matching the pattern in
display use of [NOE] [module_dir 'module-directory-path']
[ module 'module-name'] [ object 'object-name' ]
Note. The DISPLAY USE OF command has a different implementation in
NonStop SQL/MX than in NonStop SQL/MP. The SQL/MX implementation gives
information only for compiled modules.