The RELRECDELIM option specifies the characters to be used as the record delimiter in fixed-length relative files.
RELRECDELIM=[0A|0D0A]
0A | The hexadecimal character x"0A" is used as the record delimiter for fixed-length relative files. |
0D0A | The hexadecimal characters x"0D0A" are used as the record delimiter for fixed-length relative files. |
Default: | 0A on Unix, 0D0A on Windows. |