The CEDA UNLOCK command

Remove the lock from a group or a list of definitions.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-CEDA--UNLock--+-Group(groupname)-+--------------------------><
                 '-List(listname)---'   

Description

The UNLOCK command is the only RDO command that can remove a lock on a list or group put there by use of the RDO LOCK command.

You can UNLOCK a nonexistent group or list.

You must specify either the GROUP or the LIST option, even if you are unlocking the current group or list, because the UNLOCK command can be used with both.

For more information about UNLOCK, see Security of resource definitions.

Options

Group(groupname)
specifies the group to be unlocked. A generic group name is not accepted.
List(listname)
specifies the list to be unlocked. A generic list name is not accepted.

Examples

To unlock a group G1:
UNLOCK GROUP(G1)
To unlock a LIST L1:
UNLOCK LIST(L1)