BuildableResource custom data type

A BuildableResource represents an Antz buildable resource, and it can contain in-stream data.

In-stream data are copied to a temporary data set, whose logical record length is 80 before it is processed. Leading blanks are reserved. If one line of the in-stream data contains more than 80 bytes, data is truncated. If one line of the in-stream data is less than 80 bytes, trailing blank characters are appended.

A BuildableResource is defined using the <antz_buildable/> tag.


Feedback