Home
You are not currently signed in.

MIB Smithy

  1. Up to Table of Contents

Setting Compliance Group Properties

Syntax:

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

Returns:

  • Nothing.

Properties:

-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.
  1. Up to Table of Contents