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 0129 (↑ Syntax Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      0129
 
  Text:         Too many keys or key components
 
  Explanation:  The number of separate data items making up the record
                key and alternate key fields of one indexed file is
                too great.
 
  Resolution:   Simplify your program so you do not need so many
                keys, or components of keys, to the file.
                                    -♦-