SET WEB
Modify CICS® Web support.
Syntax
Conditions: INVREQ, NOTAUTH
NOHANDLE, RESP, and
RESP2 are common options that can be added to all EXEC CICS
commands to process error conditions. They are not explicitly included in the command syntax diagram
and option descriptions. For information about these common options and EXEC CICS
command syntax, see EXEC CICS command format and programming considerations.
This command is threadsafe.
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 in minutes 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