Re: writing to binary




Probably you need RECL = 4 (at least) Measured in bytes.

RECL is required only for direct access files, all records having the
same size.

For sequential acccess it gives the maximal size for a record.

[JvO]

.