bottrap
< Prev Back to Table of Contents Next >

Setting Compliance Group Properties

Syntax:

% dbcmd set cgroup option value ?option value ...?

Returns:

Nothing.

Properties:

Option Argument Description
-comments text Specifies the body of comment text that is to be associated with the record.
-description text Specifies the body of text corresponding to the DESCRIPTION field of the GROUP statement.
-name valueref Equivalent to -valuedecl for set operations.
-oid valueref Equivalent to -valuedecl for set operations.
-value valueref Equivalent to -valuedecl for set operations.
-valuedecl valueref Specifies the name of the group or its uniquely-assigned object identifier value. The oidvalue specified may take the form of a lowercase identifier or any of the forms returned by other get options that return OID values. The form used with this command determines the form returned by the get -valuedecl command. Most compilers support only identifiers for this property, so use of OID values should be used with caution.
< Prev Back to Table of Contents Next >