This tool sets linked property values to a linked element. It supports mass processing.
If the properties have to be associated to an element, the actions containing this tool must be an element action and the linked element type must support the requested property updates.
The tool can be used to associate compiler directives of COBOL programs to a file which is managed in a Micro Focus project.
Parameter Name | I/O | Type | Description |
---|---|---|---|
Linked Property List [M] | I | File | References the XML file containing the linked property IDs and the corresponding values to be set. |
<?xmlversion="1.0"encoding="UTF-8"?> <properties> <property id="SAMP_PROP_ELE_Additional_CICS_Directives" value="OPTION=IGNORE" /> <property id="SAMP_PROP_ELE_PLI_UseCICS_Preprocessor" value="Y" /> </properties>