Dictionary/3000 Reference Manual (32244-90001)

282 AppendixA
DICTDBM Error Messages
USER Messages
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 RESTORED
An error has occurred on updating an entry in a data
set and the original entry has been restored.
USER 4 NUMERIC INTEGER
PART LONGER THAN n
Integer part of a decimal number exceeds the length
(“n”) defined for the associated data item.
USER 5 NUMERIC DECIMAL
PART LONGER THAN n
Decimal part of a decimal number exceeds the 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:
command/option
The command or command option entered is not
valid.
USER 8 INVALID/MISSING
SUB-COMMAND:
sub-command
The sub-command entered is not valid for the
command specified.
USER 18 ENTRY CANNOT BE
NEGATIVE
The item has been declared to always be positive.
USER 19 CONNECTOR MUST BE
ONE OF 'AND', 'OR' OR
'TO'
Connector must be 'and, 'or' or 'to'.
USER 20 OPERATOR MUST BE
ONE OF 'EQ', 'NE', 'LE',
'GE', 'LT' OR 'GT'
Operator must be one of 'eq', 'ne', 'le', 'ge', 'lt' or 'gt'.
USER 21 UNDELIMITED TEXT
STRING
A string value must terminate with a quote.