The task is used to change attribute values on an mvsexec task statement in an Enterprise Extensions macrodefs file during a build. Each mvsExecAttribute element specified identifies an mvsexec statement and attribute value to change.

Attributes

The following table describes the task specific attributes for the task:

Task Specific Attributes
Attribute Description Required
macrodefs The fully qualified path to the macrodefs file to update. Yes

mvsExecAttribute Elements

An mvsExecAttribute element is specified within the element. Each mvsExecAttribute element identifies an mvsexec statement and attribute value to change. At least one mvsExecAttribute element is required. The following table describes the valid mvsExecAttribute attribute values:

mvsExecAttribute Element Attributes
Attribute Description Required
name Name of the mvsexec statement. Refer to documentation for the name attribute of the mvsexec task for more information. Yes
attr Name of the mvsexec task attribute to update. Refer to mvsexec task documentation for more information about supported attributes. Yes
value New value for the mvsexec task attribute. Refer to mvsexec task documentation for more information about supported attributes and the valid values for those attributes. Yes

Notes

Examples