Newline characters

Type Win-UX hosts use a newline character to separate each record for text transfer.

The character that HULFT uses as a newline character varies depending on HULFT products as follows:

HULFT for Linux/AIX:

0x0A (LF)

HULFT for NonStop:

0x0A (LF)

HULFT for Windows:

0x0D0A (CRLF) and 0x0A (LF)

HULFT for Container Services:

0x0A (LF)

HULFT for Container Platform:

0x0A (LF)

= Remarks =

For Type MF-IBMi hosts, one record for a text transfer is equivalent to one record in a file.

 

HULFT converts newline characters according to the combination of the host on the sending side and the host on the receiving side, as shown below.

Table 2.2 Conversion of Newline Characters

HULFT on Sending Host

HULFT on Receiving Host

Conversion of Newline Characters

HULFT for Mainframe

HULFT for IBMi

HULFT for Linux/AIX

HULFT for NonStop

Addition of LF (0x0A)

HULFT for Windows

Addition of CRLF (0x0D0A)

HULFT for Linux/AIX

HULFT for NonStop

HULFT for Container Services

HULFT for Container Platform

HULFT for Windows

Conversion of LF (0x0A) to CRLF (0x0D0A)

HULFT for Mainframe

HULFT for IBMi

Deletion of LF (0x0A)

HULFT for Windows

HULFT for Linux/AIX

HULFT for NonStop

HULFT for Container Services

HULFT for Container Platform

Conversion of CRLF (0x0D0A) to LF (0x0A)

HULFT for Windows

Conversion of LF (0x0A) to CRLF (0x0D0A) (*1)

HULFT for Mainframe

HULFT for IBMi

Deletion of CRLF (0x0D0A) or LF (0x0A)

*1

:

HULFT does not convert the LF (0x0A) of CRLF (0x0D0A) to CRLF (0x0D0A).

= Remarks =

Even if you specify 'No Conversion' for Code Conversion in the Send Management Information, HULFT carries out the conversion of newline characters as described above.