cobol3.hlp (Topic list)
Message 0587 (↑ Syntax Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      0587
 
  Text:         Largest data record is smaller than maximum specified
                in RECORD CONTAINS
 
  Explanation:  You have specified a maximum size for your record
                definitions, but none of the records you have defined is
                that large.
 
  Resolution:   Revise your code so that the maximum size specified is
                equal to your largest data record.
                                    -♦-