Changes the current length of the data area.
SetLength(length as Integer)
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.