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 RT163 (↑ RTS Messages)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Message:      RT163
 
  Text:         Illegal character in numeric field
 
  Severity:     Fatal
 
  Explanation:  By default the value which you enter into a numeric or
                numeric-edited field is checked to ensure that it is
                numeric. You have entered either nonnumeric characters or
                uninitialized numerics into numeric or numeric-edited
                fields: these are automatically space filled and are thus
                classified as nonnumeric items.
 
  Resolution:   If you unset the numeric field check switch on the run
                command line then the run-time system will not check
                that all values in a numeric or numeric-edited field
                are numeric and you should be able to run your program
                successfully. Alternatively, you can make sure that
                you initialize numeric and numeric-edited items with
                numeric values, which should enable your program to run
                successfully regardless of the setting of the numeric
                field check switch.
                                    -♦-