SQL/MX 2.x Reference Manual (G06.24+, H06.03+)
MXCI Commands
HP NonStop SQL/MX Reference Manual—523725-004
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.
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.
These are all valid specifications:
[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
/usr/tandem/sqlmx/USERMODULES or in the directory you specified with
module_dir.
module-name is case-sensitive.
display use of [module_dir 'module-directory-path']
[ module 'module-name'] [ object 'object-name' ]
Note. NonStop SQL/MX’s DISPLAY USE OF command has a different implementation
than NonStop SQL/MP’s. SQL/MX’s implementation gives information only for compiled
modules.