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 RT048 (↑ RTS Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      RT048
 
  Text:         Attempt to divide by zero
 
  Severity:     Fatal
 
  Explanation:  You are executing a program that is attempting to divide by
                zero.
 
  Resolution:   Either recode your program so that you can trap the error
                with an ON SIZE ERROR clause, or run your program without
                the RTS O switch set, or recompile your program without
                the CHECKDIV(OSVS) directive set.
                                    -♦-