RENAME FIELDGROUP command

From m204wiki
Revision as of 20:25, 27 June 2013 by ELowell (talk | contribs) (Created page with "==Summary== <dl> <dt>Privileges <dd>File manager <dt>Function <dd>Changes the name of a field group </dl> ==Syntax== <p class="syntax">RENAME FIELDGROUP <var class="term">OldF...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Privileges
File manager
Function
Changes the name of a field group

Syntax

RENAME FIELDGROUP OldFieldGroupName, NewFieldGroupName

Where: OldFieldGroupName and NewFieldGroupName are field group names (1 to 255 characters). When the command is run, NewFieldGroupName becomes the new name of the field group.

Syntax notes

The comma is required.

Example

RENAME FIELDGROUP BIRDS, AVES

Usage notes

The RENAME FIELDGROUP command changes the name of a field group. The command is rejected if the old field group name does not exist or if the new field group name cannot be added to the file, either because it already exists or because there is not enough space.

When it processes RENAME FIELDGROUP, Model 204 ends any update unit in progress and begins a non-backoutable update unit. For more information about Model 204 update units, see the Rocket Model 204 File Manager's Guide.