Pathmaker Programming Guide
Modifying a Server Skeleton or Service Skeleton
Advanced Pathmaker Programming Topics
067868 Tandem Computers Incorporated 9–45
88 T9154-SQL-NODE-DOWN VALUE IS -8310.
* A node was not available to fetch required data.
88 T9154-SQL-DISC-DOWN VALUE IS -8311.
* A disc was not available to fetch required data.
88 T9154-SQL-ARITHMETIC-OVERFLOW VALUE IS -8402.
* Overflow occurred during arithmetic computation
* or during INSERT or UPDATE of a numeric column.
88 T9154-SQL-INVALID-DATA VALUES ARE
-8405 -8410.
* 8405-Decimal data encountered with some
* nonnumeric digits.
* 8410-An invalid value for a data type was
* encountered.
88 T9154-SQL-NEGATIVE-VALUE VALUES ARE
-8406 -8411.
* 8406-Tried to assign a negative value to an
* unsigned numeric buffer.
* 8411-An unsigned numeric had a negative value.
88 T9154-SQL-ARITHMETIC-UNDERFLOW VALUE IS -8407.
* Underflow occurred during arithmetic computation
* or during INSERT or UPDATE of a numeric column.
88 T9154-SQL-DIVIDE-BY-ZERO VALUE IS -8408.
* Division by zero occurred.
88 T9154-SQL-MISSING-INDICATOR VALUE IS -8423.
* No indicator variable was specified and the output
value is null..
88 T9154-SQL-NULL-NOT-ALLOWED VALUE IS -8424.
* Tried to assign a null value to a field that does
not allow null values.
88 T9154-SQL-INVALID-DATE-TIME VALUE IS -8425.
* An invalid value for a date-time expression was
encountered.
88 T9154-SQL-INCORRECT-DATE-TIME VALUE IS -8426.
* The date, time or interval value has incorrect
syntax.
You can add or change your own Level 88 condition clauses to this portion of the
COBOL server skeleton.