USER MESSAGES
----------------------------------------------------------------------------------------------
| | | |
| ERROR NO. | MESSAGE | EXPLANATION AND/OR ACTION |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| USER 1 | ENTRY NOT NUMERIC | Data item type is integer, floating point, or |
| | | numeric ASCII and a non-numeric character has |
| | | been detected in the data entry field. |
| | | |
| USER 2 | INPUT FIELD LONGER THAN n | Length of data entry exceeds the size ("n" ) |
| | | defined for the associated data item. |
| | | |
| USER 3 | ORIGINAL RECORD HAS BEEN | An error has occurred on updating an entry in a |
| | RESTORED | data set and the original entry has been |
| | | restored. |
| | | |
| USER 4 | NUMERIC INTEGER PART | Integer part of a decimal number exceeds the |
| | LONGER THAN n | length ("n" ) defined for the associated data |
| | | item. |
| | | |
| USER 5 | NUMERIC DECIMAL PART | Decimal part of a decimal number exceeds the |
| | LONGER THAN n | length ("n" ) defined for the associated data |
| | | item. |
| | | |
| USER 6 | MISSING COMMAND | A command option was entered without a command. |
| | | |
| USER 7 | INVALID COMMAND/OPTION: | The command or command option entered is not |
| | command/option | valid. |
| | | |
| USER 8 | INVALID/MISSING | The sub-command entered is not valid for the |
| | SUB-COMMAND: sub-command | command specified. |
| | | |
| USER 18 | ENTRY CANNOT BE NEGATIVE | The item has been declared to always be |
| | | positive. |
| | | |
| USER 19 | CONNECTOR MUST BE ONE OF | Connector must be 'and, 'or' or 'to'. |
| | 'AND', 'OR' OR 'TO' | |
| | | |
| USER 20 | OPERATOR MUST BE ONE OF | Operator must be one of 'eq', 'ne', 'le', 'ge', |
| | 'EQ', 'NE', 'LE', 'GE', | 'lt' or 'gt'. |
| | 'LT' OR 'GT' | |
| | | |
| USER 21 | UNDELIMITED TEXT STRING | A string value must terminate with a quote. |
| | | |
----------------------------------------------------------------------------------------------