3.8 ENQ-Model Configuration File
The following table lists and defines ENQ Models available to be referenced by the CICS application.
The filename is enqmodel.desc
.
Table 3-6 ENQ Model Parameters
Field Name | Type | Values | Description |
---|---|---|---|
ENQMODEL
|
X(8)
|
Mandatory
|
Name of the ENQ model. |
GROUP
|
X(10)
|
Mandatory
|
The group notion of CICS allowing a group of related resources to be declared and instantiated or not by a CICS system when starting. |
DESCRIPTION
|
X(60)
|
Optional
|
A small textual zone for description of the resource. |
ENQNAME
|
X(255)
|
Mandatory
|
Specifies the 1 to 255-character resource name. |
ENQSCOPE
|
X(4)
|
Optional
|
If omitted or specified as blanks, matching enqueue models will have a local scope, else they will have a global scope. |
STATUS
|
X(1)
|
E|D
|
Reserved for future use.
E = Enabled. D = Disabled. |
Parent topic: CICS Runtime Configuration Files