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 RT047 (↑ RTS Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      RT047
 
  Text:         Indexed structure overflow
 
  Severity:     Fatal
 
  Explanation:  There is some fault in the structure of your indexed
                file. You have probably tried to put another entry in
                the index when there is no room for it. Alternatively,
                you have tried to access an old format indexed file, created
                perhaps using CIS COBOL.
 
  Resolution:   If there is no room in your index for further entries
                you will have to reorganize your file. If you have
                attempted to access an old format indexed file, you
                can run the Rebuild utility to check the consistency of
                this indexed file, and to construct a new indexed file
                if the old one was found to be corrupt. See your
                COBOL System Reference for details of the Rebuild utility.
                                    -♦-