BuildableResource example

Review an example of the BuildableResource data type.

Create a buildable resource that defines link-edit input with in-stream data.
<antz:buildable langDefName="LINKEDIT" memberName="HELLO">
 INCLUDE SYSLIB(HELLO)
 NAME HELLO(R)
</antz:buildable>
Create a buildable resource by specifying an existing data set.
<antz:buildable datasetName="${teamz.scm.dataset.prefix}.COBOL" memberName="MEMBER1" langDefName="COBOL"/>