Use the USERFIELD control statement to add user-defined fields into the UNLOAD data set so that the fields can be replicated in the CIA repository. The control statement is optional. To specify more than one unique USERFIELD(field_name) control statement, you must specify each control statement on a separate line in the SYSIN file. The USERFIELD keyword cannot be abbreviated. If no USERFIELD input control statements are specified in the CIA unload utility SYSIN file, the default is USERFIELD(*ALL*).
This control statement has the following format:
USERFIELD(*ALL*|*NONE*|field_name)
Specifies that all CA Top Secret displayable user-defined fields in the Field Descriptor Table (FDT) are added to the UNLOAD data set. This value is the default value.
Note: If USERFIELD(*ALL*) is specified, you cannot specify other USERFIELD input control statements.
Specifies that no CA Top Secret user-defined fields in the FDT are added to the UNLOAD data set. USERFIELD(*NONE*) may be specified only once in the SYSIN file.
Note: If USERFIELD(*NONE*) is specified, you cannot specify other USERFIELD input control statements.
Specifies the display name of a displayable user-defined field that you want to add to the UNLOAD data set. The entry corresponds to a valid FDT entry. This value must be between 1 and 11 characters and must be defined as displayable. USERFIELD(field_name) may be specified more than once, but is mutually exclusive with USERFIELD(*ALL*) or USERFIELD(*NONE*) input control statements. Duplicate USERFIELD(field_name) statements are not allowed.
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|