INQUIRE WEB

Retrieve information about CICS Web support.

Context

INQUIRE WEB returns information about the state of CICS Web support.

Read syntax diagramSkip visual syntax diagramINQUIRE WEB
 
                           .---------------------------.
                           V                           |
>>-INQUIRE WEB(data-area)----+-----------------------+-+-------><
                             +-GARBAGEINT(data-area)-+
                             '-TIMEOUTINT(data-area)-'
 

Conditions: NOTAUTH

This command is threadsafe.

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

Description

The INQUIRE WEB command returns information about the status of the CICS Web interface.

Options

GARBAGEINT(data-area)
returns, in fullword binary form, 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.
TIMEOUTINT(data-area)
returns, in fullword binary form, the period of time, in minutes , after which inactive Web 3270 sessions are eligible for garbage collection.

Conditions

NOTAUTH
RESP2 values:
100
The user associated with the issuing task is not authorized to use this command.
[[ Contents Previous Page | Next Page Index ]]