The backward GO TO to 2100-X creates an implicit loop that should be PERFORM UNTIL. 3. **Inline READ with GO TO** -- AT END with GO TO is the pre-structured programming pattern. Should use PERFORM with EOF flag. 4. **No END-IF terminators** -- The cascading IF statements without END-IF are fragile a