FIX

Synopsis

HELP:   Read a fixed length data field
TYPE:   OBJECT
SYNTAX: FIX(LENGTH=num,REMPAD/ADDPAD,PADBYT=num,ALIGN=num)

Description

This object is used to read a column containing fixed-length data where the length is not embedded into the data and where no column delimiter is present. The length parameter must be provided. Optionally, padding bytes can be removed and an alignment defined.

Arguments