The LSRECDELIM option specifies the characters to be used as the record delimiter in line sequential files.
LSRECDELIM=[0A|0D0A]
| 0A | The hexadecimal character x"0A" is used as the record delimiter for line sequential files. |
| 0D0A | The hexadecimal characters x"0D0A" are used as the record delimiter for line sequential files. |
| Default: | 0A on UNIX, 0D0A otherwise. |