CNSSET TIMEOUT - Advanced SQL Engine - Teradata Database

Database Utilities

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
Published
January 2021
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
ynh1604715438919.ditamap
dita:ditavalPath
hoy1596145193032.ditaval
dita:id
B035-1102
lifecycle
previous
Product Category
Teradata Vantageā„¢

Purpose

Sets the interval between the time you type a request and the time CNS rejects the request because a program did not respond to the input.

Syntax

CNSSET TIMEOUT n
n
Time interval, in seconds, between receipt of input and receipt of error message, if a utility is not reading input.
Valid intervals range from 1 to 60 seconds.
The default is 5 seconds.

Usage Notes

The key-in timeout signals that a utility is not reading any input.

Values less than 5 seconds can cause input to be lost too quickly. Values greater than 5 seconds could cause a delay in delivery of error messages.

To check the current setting, issue the CNSGET command. For more information, see CNSGET.

Example: Setting the CNS timeout

In this example, the current timeout value is set to 5 seconds.

cnsset timeout 5

CNSSUPV: timeout for input request is 5 seconds.