cobol3.hlp (Topic list)
Message 0316 (↑ Syntax Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      0316
 
  Text:         Too many AFTERs in PERFORM statement
 
  Explanation:  A PERFORM statement can be followed only by seven AFTER
                phrases. Your code exceeds this limit.
 
  Resolution:   Rewrite your code ensuring that no PERFORM statement
                has more than seven associated AFTER phrases.
                                    -♦-