This statement specifies the number of users.
Definition
A lower-level DBH option of SYSTEM-LIMITS
Function
You use the DBH option USERS to specify how many parallel users you want to permit in the DBH session.
A user of the DBH in timesharing mode is an interactive or batch program, identified in each case by a TSN (task sequence number). In transaction mode (openUTM/DCAM), a user is defined by an active terminal or by a user ID and terminal together (in the case of openUTM, by means of the LTERM or TPOOL control statement). In openUTM with conversation stacking and asynchronous conversations, each conversation is a user of the SESAM/SQL DBH.
You can adjust the value of the option with the administration statement RELOAD-DBH-SESSION (see "RELOAD-DBH-SESSION") when the DBH modules are reloaded.
USERS |
= *STD / <integer 1..32767> |
Operands
USERS = *STD / <integer 1..32767>
Maximum number of concurrent users. The default value for the total number of concurrent users is 24. An internal comparison ensures that the number of available SQL scans or logical files specified using the INITIAL operand of the DBH option SUBORDERS is taken into account.
The upper limit for the number of concurrent users depends on how many users your license for the SESAM/SQL database system permits.