Controlling IMSL Library Error Handling and Logging

You can control the error handling and error logging behavior for the time series functions that call the IMSL libraries. If a runtime error occurs when invoking IMSL library functions, Sybase IQ responds according to your error-handling choice, and logs the error according to your error logging choice.

  1. Invoke the following SET OPTION statement:

    SET OPTION PUBLIC.Time_Series_Error_Level =value

    Error level value is either 0, 1, 2, or 3.
  2. Invoke the following SET OPTION statement:

    SET OPTION PUBLIC.Time_Series_Log_Level = value

    Log level value is either 0, 1, 2, or 3.

Related tasks
Looking Up IMSL Error Codes
Related reference
Error Handling Values
Error Logging Values