Top
NetCOBOL V11.0.0 Release Notes
FUJITSU Software

2.1.9 Interchangeable information regarding bug fixes

Here, it explains bug fixes corrected by NetCOBOL V11 and later version in which the operation of the NetCOBOL development environment changes in the following tables.

Table 2.1 Interchangeable information on bug fixes of NetCOBOL Development Environment

No.

V/L(*)

P number

Content

1

V10.1.0

PH02265

Under the following conditions, a compilation error may not be generated.

  1. Concatenation expression is described in the external name of program, class or method.

  2. And, one of the following is described at the beginning of the concatenation expression.

    • Character constant

    • National character constant

  3. And, when one of the following is described in the concatenation expression.

    • Hexadecimal character constant

    • National hexadecimal character constant

2

V10.1.0

PG76651

When all of the following conditions are met while executing a COBOL program, a size comparison of national items varying in length (national language edited item, including the intrinsic function) was incorrect.

  1. Compile option RCS (UCS2,LE) or RCS (UTF16,LE) is specified.

  2. And, there is a size comparison of a National item and a National item or National language character constant.

  3. And, at least one side is an item with the ANY LENGTH clause is specified or reference modification.

  4. And, the length of the compared targets differs.

*: V/L is a scope where the bug exists.