SetLength

SetLength(length as Integer)

length
The new length of the data area, in bytes.

Changes the current length of the data area. If you increase the length of the buffer object, the extra space is padded with nulls. The Client daemon truncates any nulls before sending the buffer to a CICS® server. If you decrease the length of the buffer object, the contents are truncated.