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 RT181 (↑ RTS Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      RT181
 
  Text:         Invalid parameter error
 
  Severity:     Fatal
 
  Explanation:  A parameter which you have used is not one which is
                recognized by your system.  You have probably used a
                parameter for a run-time system subprogram which is
                not in the first 64K of the Data Division.
 
  Resolution:   Revise your code to contain a parameter which is known
                by your system.  That is, ensure that the parameter is
                in the first 64K of the Data Division.
                                    -♦-