cobol3.hlp (Topic list)
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 0586 (↑ Syntax Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      0586
 
  Text:         Smallest data record is larger than minimum specified
                in RECORD CONTAINS
 
  Explanation:  You have specified a minimum size for your record
                definitions, but none of the records you have defined is
                that small.
 
  Resolution:   Revise your code so that the minimum size specified is
                equal to your smallest data record.
                                    -♦-