Skip to content

File identifiers containing Japanese change to another word. #539

@yutaro-sakamoto

Description

@yutaro-sakamoto
       IDENTIFICATION   DIVISION.
       PROGRAM-ID.      prog.
       ENVIRONMENT      DIVISION.
       INPUT-OUTPUT     SECTION.
       FILE-CONTROL.
       SELECT テストファイル
           ORGANIZATION IS SEQUENTIAL.
       DATA             DIVISION.
       FILE             SECTION.
       FD テストファイル.
       01 REC      PIC X(10).
       PROCEDURE        DIVISION.
           STOP RUN.

cobj convets the above program to a Java file containing the following code

  /* File テストファイル */
  private CobolFile		h_ウスエサァイル = null;
  private byte[]	h_ウスエサァイル_status = new byte[4];

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions