The task returns a comma-separated list of all DD names currently allocated to the issuing z/OS task.
The task supports Build Extensions Debugging Attributes and Build Extensions General Attributes, as well as, its own task specific attributes. Click on a link for more information on the common attributes.
The following table describes the task specific attributes for the task:
| Task Specific Attributes | ||
| Attribute | Description | Required |
| property | Specify the name of the ant property in which to return the value. | Yes |
<?xml version="1.0" encoding="UTF-8"?>
<project name="" default="main" xmlns:es="antlib:com.ibm.team.enterprise.smpe.toolkit">
<target name="main" description="main">
<es: property="ddNames"/>
<echo message="${ddNames}"/>
</target>
</project>
[echo] SYS00002,SYS00006