JBASE_WARNLEVEL

Man Page Index


Description
This environment variable controls the behavior of jBASE programs when certain run time errors are occur.

 

Values
A bit-mapped numeric value.

Value Action

0x01

The error message is written to the jbase_error_trace file

0x02

The error message is not displayed to the users screen i.e. it becomes silent

0x04

The application does not enter the debugger

 

Default
Not set.

 

Setting
As per normal environment variable.

Unix
JBASE_WARNLEVEL=4
export JBASE_WARNLEVEL

Windows
SET JBASE_WARNLEVEL=7

 

Notes
By default, five run time errors are configured so that the behavior specified by JBASE_WARNLEVEL is effected. These are:

The JBASE_WARNLEVEL behavior is effected when an error is invoked and the error contains the token WARNING_OPTIONAL. You can configure any message to behave according to JBASE_WARNLEVEL setting.


ENV