Adding two integers giving unwanted result in cobol
问题 I'm reading a file into a table, note the first line is not part of the table. 1000 MS 1 - Join Grps Group Project 5 5 Four Programs Programming 15 9 Quiz 1 Quizzes 10 7 FORTRAN Programming 25 18 Quiz 2 Quizzes 10 9 HW 1 - Looplang Homework 20 15 In the code, the table is represented as follows: 01 GRADES. 05 GRADE OCCURS 1 TO 100 TIMES DEPENDING ON RECORD-COUNT INDEXED BY J. 10 ASSIGNMENT-NAME PIC X(20). 10 CATEGORY PIC X(20). 10 POINTS-POSSIBLE PIC 9(14). 10 POINTS-EARNED PIC 9(14). I have