ARY

Synopsis

HELP:   Write length and pointer array with column name to memory (only the used values)
TYPE:   OBJECT
SYNTAX: ARY(METHOD=PCLNDLNCOLDAT,ALIGN=num)

Description

This object is used to write an array with column name length and data item length and a pointer to the column name and a pointer to the data to memory. The last element will be initialized with binary zero and terminates the array.

An alignment can be used to pad each cell to the next multiple of the specified byte count, so that the next column starts at a pre-defined offset.

Arguments