-START RLIMIT (DB2)
The DB2® command START RLIMIT starts the resource limit facility (governor) and specifies a resource limit specification table for the facility to use.
You can issue START RLIMIT even if the resource limit facility is already active. However, you must specify a resource limit table that is not already active. Only the resource limit table that you identify in the command applies for new threads. Existing threads continue to be subject to the limits in the table that was active at the time they were created.
Abbreviation: -STA RLIM
Environment
This command can be issued from a z/OS® console, a DSN session under TSO, a DB2I panel (DB2 COMMANDS), an IMS™ or CICS® terminal, or a program using the instrumentation facility interface (IFI).
Data sharing scope: Member
Authorization
- SYSOPR authority
- SYSCTRL authority
- SYSADM authority
DB2 commands that are issued from a logged-on z/OS console or TSO SDSF can be checked by DB2 authorization using primary and secondary authorization IDs.
Syntax
>>-START RLIMIT--+-------+------------------------------------->< '-ID=id-'
Option description
- ID= id
- Identifies the resource limit specification table for the governor to use.
id is the one or two identification character that is specified when the table is created.
The full name of the table is authid.DSNRLSTid or authid.DSNRLMTid, where authid is the value that is specified in field RESOURCE AUTHID on installation panel DSNTIPP.
The default ID is specified by the value of the RLFTBL subsystem parameter.
Example
-START RLIMIT ID=01