-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Description
Reproduction code
IDENTIFICATION DIVISION.
PROGRAM-ID. n.
ENVIRONMENT DIVISION.
DATA DIVISION.
WORKING-STORAGE SECTION.
LINKAGE SECTION.
01 ローン PIC 9(09).
PROCEDURE DIVISION USING ローン.
DISPLAY ローン.cobj n.cbl
./n.java:39: error: <identifier> expected
public CobolResultSet execute (int 838d815b8393) {
^
./n.java:41: error: ')' expected
this.f_838d815b8393.moveFrom(838d815b8393);
^
./n.java:41: error: not a statement
this.f_838d815b8393.moveFrom(838d815b8393);
^
./n.java:41: error: ';' expected
this.f_838d815b8393.moveFrom(838d815b8393);
^
4 errors
Metadata
Metadata
Assignees
Labels
No labels