The relationship Has_Specific_Attribute has the following attributes:
Attribute
|
Type
|
Description
|
Name *
|
String
|
Attribute name.
|
Value
|
String
|
Attribute value.
|
This relationship is provided to overwrite software specific attribute values with customer specific values.
The following specific attribute names are supported:
Attribute name
|
Description
|
Dialog_Ok_Label
|
The label of the
OK button in all modeled dialogs.
|
Dialog_Cancel_Label
|
The label of the
Cancel button in all modeled dialogs.
|
COMPOPT
|
A list of
Micro Focus compiler directives to use when background parsing a COBOL or PL/I program opened in theMicro Focus editor. This attribute is only supported in a z/OS remote edit scenario. Below you can find more information on how to use this attribute.
It is possible to use variable names as part of the COMPOPT attribute. See
Variable References for more information.
Default value for COBOL: "DIALECT(ENTCOBOL) CICSECM XDB(NOVALIDATE) EXECDLI NOP64"
Default value for PL/I: "-margins 1,72 -cics"
|
DIALOG_RETRIEVE_LABEL
|
The label of the
Retrieve button in modeled dialog boxes.
|