Skip to content

Commit 983432e

Browse files
authored
Use 88-level conditional names for assignments
Signed-off-by: Janos Varga <113785741+vargajb@users.noreply.github.com>
1 parent b249159 commit 983432e

File tree

1 file changed

+2
-2
lines changed
  • COBOL Programming Course #2 - Learning COBOL/Labs/cbl

1 file changed

+2
-2
lines changed

COBOL Programming Course #2 - Learning COBOL/Labs/cbl/SRCHBIN.cobol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@
6868
*
6969
READ-RECORD.
7070
READ ACCT-REC
71-
AT END MOVE 'Y' TO LASTREC
71+
AT END SET END-OF-FILE TO TRUE
7272
END-READ.
73-
*
73+
*

0 commit comments

Comments
 (0)