Syntax documentationcreate_usergroup_statement Locate this document in the navigation structure

Syntax Syntax

  1. <create_usergroup_statement> ::=
      CREATE USERGROUP <usergroup_name>
        [<usergroup_mode>]
        [TIMEOUT <unsigned_integer>]
        [COSTLIMIT <unsigned_integer>]
        [[NOT] EXCLUSIVE]
        [DEFAULTCODE <ascii_or_unicode>]
        [<connect_mode>]
End of the code.