Create DataRole
Use this command to create a new DataRole.
Syntax:
CREATE DATAROLE RoleName
where:
- RoleName is the name of the DataRole to create.
Syntax:
CREATE DATAROLE NorthAmAccounts
Creating an ASCII input file
To create a large number of DataRoles, specify the parameters for this command in an ASCII file.
Create an ASCII file containing the following information:
RoleName
Syntax (with an ASCII file):
CREATE DATAROLE @ FileName
where:
-
FileName is an ASCII file containing the data. It can include a complete or partial folder path in the format C:\...\FileName. If FileName includes spaces, enclose it in double quotation marks; for example:
@"C:\My Documents\My Data.txt"
Note: If the document is in the same location as lv_af.exe, you do not need to specify the drive or path.