DM IMAGE *UNLOCK Command [ HP ALLBASE/4GL Developer Reference Manual Vol. 2 ] MPE/iX 5.0 Documentation
HP ALLBASE/4GL Developer Reference Manual Vol. 2
DM IMAGE *UNLOCK Command
The DM IMAGE *UNLOCK command releases all locks held on one or more HP
TurboIMAGE/iX databases.
Format
DM IMAGE *UNLOCK :D-database...[; command]
Parameters
database
The name of the HP TurboIMAGE/iX database(s) to be unlocked. The name
must be an HP ALLBASE/4GL name for the database, as defined in the
administrator application.
command
A command to be executed if an error occurs while the DM IMAGE *UNLOCK
command is being executed. You can use any of the following commands:
* ENTER
* EXIT
* EXTERNAL
* MESSAGE
* PROCEED
* SERIES
* TOP
* VISIT
* ZIP
Description
The DM IMAGE *UNLOCK command allows you to release all locks held on one
or more HP TurboIMAGE/iX databases. You must release all locks held on a
database; HP TurboIMAGE/iX does not allow you to release only some of the
locks held on a database.
When a DM IMAGE *UNLOCK command is executed, all implicit file locks on
the specified databases are also unlocked.
Example
DM IMAGE *UNLOCK :D-stock_ctrl
This command releases all locks held on the stock_ctrl database and any
locks held on part of the stock_ctrl database.
MPE/iX 5.0 Documentation