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 RT153 (↑ RTS Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      RT153
 
  Text:         Subscript out of range
 
  Severity:     Fatal
 
  Explanation:  A subscript which you have used in your program is out
                of the defined range, that is, it is either less than
                one or it is greater than the number of occurrences of
                the item.
 
  Resolution:   You will need to recode your program.
                                    -♦-