STDIO_TIMEOUT - UCMD Server configuration option

Description

The STDIO_TIMEOUT option specifies the amount of time that the UCMD Server process will wait for standard I/O to be closed by child processes after the parent process has completed.

When this time has expired, the server process will exit.

Usage

Method

Syntax

IBM i

UNIX

Windows

z/OS

Configuration File Keyword

stdio_timeout seconds

(tick)

(tick)

(tick)

(tick)

Manager Override

-stdiotimeout seconds

(tick)

(tick)

(tick)

(tick)

Values

seconds is the amount of time (in seconds) that the UCMD Server will wait for standard I/O to be closed.

Note

seconds must be greater than 0 (zero).

Default is 31536000 (1 year).

Manager Override

The format (long and short forms) for the UCMD Manager override of this option is:

  • -server " -stdiotimeout seconds"
  • -S " -stdiotimeout seconds"

Note

The first quotation mark must be preceded and followed by a space.