Skip to content

Commit

Permalink
add another CONTINUE statement to prevent an empty generated paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitch committed Mar 28, 2019
1 parent 9c98255 commit 920ac5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/cobol/ZUTZCPC.CBL
Original file line number Diff line number Diff line change
Expand Up @@ -4421,6 +4421,8 @@

MOVE END-PARAGRAPH-HEADER TO TEST-LINE
PERFORM 9420-WRITE-TEST-LINE
MOVE PARAGRAPH-EMPTY-PREVENTER TO TEST-LINE
PERFORM 9420-WRITE-TEST-LINE
MOVE PARAGRAPH-END-MARKER TO TEST-LINE
PERFORM 9420-WRITE-TEST-LINE
.
Expand Down

0 comments on commit 920ac5f

Please sign in to comment.