 
  
    Important Notice
  
  
    The pages on this site contain documentation for very old MS-DOS software,
    purely for historical purposes.
    If you're looking for up-to-date documentation, particularly for programming,
    you should not rely on the information found here, as it will be woefully
    out of date.
  
 
 Message 0209    (↑ Syntax Messages)
 ◄Key►                                       ◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
 
  Message:      0209
 
  Text:         PROCEDURE DIVISION missing or unknown statement
 
  Explanation:  The Procedure Division header is missing from your
                program or, if present, your COBOL system has failed to
                recognize it.  This may be due to a spelling mistake or you
                could have placed the header at the wrong place in your
                code.
 
  Resolution:   Insert the header immediately after the last entry in
                the Data Division.
 
                Alternatively, your code may contain a statement in the
                Procedure Division that your COBOL system has failed to
                recognize.  This is probably because you have used a
                reserved word but have spelled it incorrectly.
 
                Correct your spelling error.
                                    -♦-