SQL/MX 3.2.1 Reference Manual (H06.26+, J06.15+)
MXCI Commands
HP NonStop SQL/MX Release 3.2.1 Reference Manual—691117-004
4-41
GET VERSION OF MODULE Command
GET VERSION OF MODULE Command
The GET VERSION OF MODULE command displays the version of the specified
module.
module-name
is the name of the module for which the module version information is requested.
There is no default for module-name, and MXCI default catalog and schema do
not apply. If the module exists in an OSS directory other than USERMODULES,
the full OSS path must be specified as the module name.
Error Conditions for GET VERSION OF MODULE
An error for the GET VERSION OF MODULE command occurs when:
•
The specified module does not exist.
•
The specified module cannot be accessed.
•
An invalid module name is specified.
Example of GET VERSION OF MODULE
>> GET VERSION OF MODULE 'PROD.CUSTDB.CUSTOMER_MAINTENANCE';
VERSION: 1200
GET VERSION OF MODULE 'module-name';
Note. The module name must be specified within single quotes.










