Error Handling Values

This table lists Time_Series_Error_Level values.

IMSL Library Error Handling Values

Value

Description

0 (default)

All warnings and errors that can be obtained while invoking an IMSL library function are ignored. When such a condition is encountered, the time series function returns a NULL value.

1

If the time series function obtains a warning or an error message while invoking an IMSL library function, Sybase IQ returns an error message and aborts the SQL query.

2

If the time series function obtains a fatal error message while invoking an IMSL library function, Sybase IQ returns an error message and aborts the SQL query. However, if a warning is obtained, the time series function returns a NULL value.

3

If the time series function obtains a terminal error message while invoking an IMSL library function, Sybase IQ returns an error message and aborts the SQL query. However if a warning or a fatal error is obtained then the time series function returns a NULL value.

Related tasks
Controlling IMSL Library Error Handling and Logging
Looking Up IMSL Error Codes
Related reference
Error Logging Values