DB2 entry definitions - DB2EDEF
The DB2 entry definition (DB2EDEF) views display information about the attributes of entry thread definitions used by the CICS DB2 attachment facility.
Supplied views
To access from the main menu, click:
| View | Notes |
|---|---|
| DB2 entry definitions EYUSTARTDB2EDEF.ADDTOGRP |
Add one or more entry definitions to a resource group. |
| DB2 entry definitions EYUSTARTDB2EDEF.CREATE |
Create an entry definition and add it to the data repository. |
| DB2 entry definitions EYUSTARTDB2EDEF.DETAILED |
Detailed information about a selected entry definition. |
| DB2 entry definitions EYUSTARTDB2EDEF.INSTALL |
Install an entry definition in an active system. |
| DB2 entry definitions EYUSTARTDB2EDEF.REMOVE |
Remove an entry definition from the data repository. |
| DB2 entry definitions EYUSTARTDB2EDEF.TABULAR |
Tabular information about all DB2 entry definitions for the current context. |
Actions
| Action | Description |
|---|---|
| ADDTOGRP | Add one or more entry definitions to a resource group. |
| CREATE | Create an entry definition and add it to the data repository. |
| CSDCOPY | Copy a CICS CSD resource definition. |
| CSDINSTALL | Install a CICS CSD resource definition into an active system. |
| INSTALL | Install an entry definition in an active system. |
| REMOVE | Remove an entry definition from the data repository. |
| UPDATE | Update an entry definition in the data repository. |
Fields
| Field | Attribute name | Description |
|---|---|---|
| Accounting record option | ACCOUNTREC |
This defines whether the CICS DB2 attachment will produce a DB2 accounting record per unit of work (UOW), transid, transaction
or not at all for transactions using pool threads.
|
| Thread authorization ID | AUTHID | The user identifier to be used for security checking when using pool threads. If Thread authorization ID is specified, then Authorization type is not applicable. |
| Authorization type | AUTHTYPE |
This indicates the type of user identifier to be used for security checking when using pool threads. If Authorization type
is specified then Thread authorization ID is set to blanks.
|
| Last modification agent | CHANGEAGENT |
The change agent identifier that made the last modification.
|
| Last modification agent release | CHANGEAGREL | The CICS release level of the agent that made the last modification. |
| Last modification time | CHANGETIME | The local date and time when the definition was last changed. |
| Last modification user ID | CHANGEUSRID | The user ID that made the last modification. |
| Time created | CREATETIME | The local date and time when the definition was created. |
| CSD group | CSDGROUP | The name of the CSD group for this CICS resource definition. This field is ignored for BAS definitions. |
| Version | DEFVER | The version number of the BAS resource definition, from 1 to 15. This field is ignored for CICS CSD resource definitions. |
| Description code page | DESCCODEPAGE | The code page of the description field. This field is ignored for CICS CSD resource definitions. |
| Description | DESCRIPTION | A description of the DB2 entry definition. |
| Deadlock rollback option | DROLLBACK |
Indicates whether or not the CICS DB2 attachment will initiate a syncpoint rollback in the event of a transaction being
selected as a victim of a deadlock resolution.
|
| Name | NAME | The name of the DB2 entry definition. |
| Plan name | PLAN | The name of the plan to be used for all pool threads. If a Plan name is specified, the Dynamic plan exit name field is set to blank. If neither PLAN nor PLANEXITNAME is specified, then CICS will set PLANEXITNAME to 'DSNCUEXT' at installation time. |
| Dynamic plan exit name | PLANEXITNAME | The name of the dynamic plan exit used for pool threads. If a Dynamic plan exit name is specified, the Plan name field is set to blank. If neither PLAN nor PLANEXITNAME is specified, then CICS will set PLANEXITNAME to 'DSNCUEXT' at installation time. |
| TCB priority | PRIORITY |
The priority of the db2 entry TCBs relative to the CICS main task.
|
| Maximum number of protected threads | PROTECTNUM | The current maximum number of protected threads allowed for this DB2 entry. |
| Sharelocks option | SHARELOCKS |
Indicates whether or not the DB2 should share locks between multiple threads in multiple regions involved in the same distributed
unit of work.
|
| Maximum number of active threads | THREADLIMIT | The current maximum number of pool threads that the CICS DB2 attachment facility allows to be active before requests are made to wait or are rejected (subject to the THREADWAIT attribute). The default threadlimit (3) is also the minimum you can specify. The maximum value must not be greater than the value specified for TCBLIMIT. |
| Thread wait option | THREADWAIT |
Indicates whether or not transactions should wait for a pool thread or be abended if the number of active pool
threads reaches the threadlimit number.
|
| Transaction ID | TRANSID | The transaction ID associated with the entry. Only one transaction can be specified here. However, the use of one or more wildcard characters allows a group of transactions to be represented. Additional transactions can be defined for this entry by defining a DB2 transaction that refers to this DB2 entry. This field is optional on a DB2 entry. All transactions can be associated with a DB2 entry means of DB2 transactions instead. However, if only one transaction is associated with a DB2 entry it is easier to specify it on the DB2 entry. Note: Specifying a transaction ID here causes a 'ghost' DB2 transaction object to be created when the DB2 entry definition is installed, and such DB2 transaction objects may appear on SYSRES and RDSCPROC views. |
| User data area 1 | USERDATA1 | Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions. |
| User data area 2 | USERDATA2 | Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions. |
| User data area 3 | USERDATA3 | Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions. |