Top
NetCOBOL V11.0.0 Release Notes
FUJITSU Software

2.1.3 Runtime code-set when compilation option ENCODE is specified

Content

Added the compilation option ENCODE to define the encoding form of the data item.

With the specification of compilation option ENCODE, the runtime code set is changed.

Conditions

  1. In compiler versions prior to 10.5.0, the compilation option RCS (SJIS) is specified explicitly or implicitly and it is a program asset.

  2. And, in compiler versions 11.0.0 and forward, without specifying the compilation option RCS (SJIS) explicitly, for the program assets of 1 above, the compilation option ENCODE(SJIS[,SJIS]) is described explicitly and recompiled.

Impact

The impact corresponding to the above conditions is as follows.

For details, refer to " Unicode" in the " NetCOBOL User's Guide".

Action

Create the target program without explicitly specifying the compilation option ENCODE.

Moreover, in regards to the repository, keep the compilation option RCS and the compilation option ENCODE specified on the reference and remote side the same.