The SET-IOS-TIMEOUT verb sets the timeout value (in seconds) for a remote client query.
Format
SET-IOS-TIMEOUT {seconds} {*} or {(x-y} |
Parameter(s)
seconds |
Timeout value in seconds. The maximum allowed value is 300. If not specified, the default is 30. |
* |
Sets the timeout value for all processes. |
x-y |
Sets the timeout value to a specified range of processes. |
Description
Setting the timeout value for either all processes or a range of processes requires SYS2 privileges. If neither all processes or a range of processes are specified, the timeout value is set for the current process.
Example
Sets the timeout value to 30 for the current process.
SET-IOS-TIMEOUT |
Sets the timeout value to 15 for all processes (SYS2 privileges required).
SET-IOS-TIMEOUT 15 * |
Sets the timeout value to 30 for processes 10 through 15 (SYS2 privileges required).
SET-IOS-TIMEOUT (10-15 |
See Also