This subroutine changes the timeout period (s) of the current session.
Note: Call this subroutine while a session is open. If this subroutine is called before a session is started or after a session is terminated, the timeout period of the session cannot be changed.
How to write
CALL "COBW3_ALTER_SESSION_TIMEOUT" USING COBW3.
Data setting for calling
Specify the timeout period (s) of a session. The measurement of the timeout period is the maximum wait time between the instant when "COBW3_FREE" is called and the instant when "COBW3_INIT" is called in the next thread within the same session.
Value | Meaning |
---|---|
1 to 999999 | The timeout processing is performed when the specified time interval (s) passes. |
Processing result data
None