SET WEB

Modify CICS® Web support.

SET WEB

Read syntax diagramSkip visual syntax diagramSET WEBGARBAGEINT(data-value)TIMEOUTINT(data-value)

Conditions: INVREQ, NOTAUTH

This command is threadsafe.

For more information about the use of CVDAs, see CICS-value data areas (CVDAs).

Description

The SET WEB command allows you to:
  • Change Web garbage collection settings.
  • Change Web 3270 terminal timeout settings.

Options

GARBAGEINT(data-value)
specifies, as a fullword, the interval inminutes at which the Web garbage collection task runs to clean up Web 3270 state data for which the terminal timeout interval has expired. The permitted range of values is 1 to 6000.
TIMEOUTINT(data-value)
specifies, as a fullword, the period of time, in minutes , after which inactive Web 3270 sessions are eligible for garbage collection. The permitted range of values is 1 to 60.

Conditions

INVREQ
RESP2 values are:
11
an invalid value has been supplied for GARBAGEINT or TIMEOUTINT.
NOTAUTH
RESP2 values are:
100
The user associated with the issuing task is not authorized to use this command