Skip to main content

Set DataRole

Use this command to change the name of a DataRole created by the CREATE DATAROLE command.

Syntax regular:

SET DATAROLE OldRoleName TO NewRoleName

where:

  • OldRoleName is the original name of a symbol access role.
  • NewRoleName is the new name to be applied to a symbol access role.

Syntax example:

SET DATAROLE NorthAmAccounts TO AccountsNorthAmerica

Creating an ASCII input file

To set a change the names of a large number of DataRoles, specify the parameters for this command in an ASCII file.

Create an ASCII file containing the following information:

OldRoleName{TO{NewRoleName

Syntax (with an ASCII file):

SET DATAROLE @FileName

Was this article helpful?

We're sorry to hear that.