Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

SET-USER-INACTIVE-TIME

This statement specifies the maximum permissible inactivity time.

Scope of validity

DBH administration

See also

DBH option SQL-SUPPORT on "SQL-SUPPORT"

Function

The SET-USER-INACTIVE-TIME administration statement allows you to modify as required the maximum permissible inactivity time set by means of the DBH option SQL-SUPPORT.

The SET-USER-INACTIVE-TIME administration statement is only permitted in an SQL session. It is also effective when the DBH has been started without inactivity checking.

SET-USER-INACTIVE-TIME

TIME-LIMIT = <integer 1..999> / *NONE

Operands

TIME-LIMIT = <integer 1..999> / *NONE

Specifies the maximum permissible inactivity time in minutes. *NONE turns off inactivity checking, in which case the permissible inactivity time is unlimited.


Administration command in ISP format and at the CALL DML interface

The OPT,INACT administration command corresponds to the SET-USER-INACTIVE-TIME administration statement here.

OPT,INACT=[n|OFF]