Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions exercises/practice/binary-search/src/binary-search.cob
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
01 WS-RESULT PIC 99.
01 WS-ERROR PIC X(40).
01 WS-COUNT PIC 99.
01 WS-ARRAY-TABLE.
02 WS-ARRAY OCCURS 1 TO 20 DEPENDING ON WS-COUNT.
05 ROWELEM PIC 9(4).
01 WS-ARRAY PIC X(60).

PROCEDURE DIVISION.

Expand Down