HOST

Synopsis

HELP:   Use host format (LLxx) for the length field
TYPE:   OBJECT
SYNTAX: HOST(ENDIAN=SYSTEM/BIG/LITTLE/LOCAL,EXCLUDE)

Description

The object defines the 4 byte host specific format (LLxx) of the length field. This format uses the first 16 bits as integer in big endian or little endian byte order to represent the record length including or excluding the record length field itself and the last 16 bits are set to zero when writing and ignored when reading.

For example, a record with 136 bytes content has a default length field (big endian, inclusive) of:

   x'008D0000'

The default conforms to the length fields used by the data management system of MVS.

Arguments