4.2 VSAM Configuration Parameters
The following table lists and defines VSAM file configuration parameters available to be referenced by the CICS application.
The filename is desc.vsam
.
Table 4-1 VSAM Configuration Parameters
Field Name | Type | Values | Description |
---|---|---|---|
NAME |
X(8) |
Mandatory |
Name of the VSAM file. Logical name of VSAM file used in EXEC CICS related to this file. |
ACCESSOR |
|
Mandatory |
Name of the VSAM accessor referenced by CICS application according to the corresponding VSAM file. The VSAM accessor is generated by ART Workbench. |
ORGANIZATION |
X(1) |
Mandatory |
I/i: Indexed Record
R/r: Relative Record S/s: Sequential Record |
RECORD TYPE
|
X(1)
|
Mandatory
|
F/f: Fixed Length Record
I/i: Indefinited Length Record |
RECORD LENGTH
|
NUM 1-32768
|
Mandatory, if TYPE is Fixed
|
The length of each fixed record in VSAM file. |
KEY POSITION
|
NUM 1 - 32768
|
Mandatory, if ORGANIZATION is
Indexed
|
The start position of KEY of each record in VSAM file. |
KEY LENGTH
|
NUM 1 - 256
|
Mandatory, if ORGANIZATION is
Indexed
|
The length of KEY of each record in VSAM file. |
STATUS
|
X(9)
|
ENABLED DISABLED UNENABLED
|
Specifies the initial status of the file (the default is ENABLED ):
DISABLED . Any request against this file from a command-level application program causes the DISABLED condition to be passed to the program.
|
OPENTIME
|
X(8)
|
STARTUP FIRSTREF
|
Specifies when the file is opened. Default STARTUP .
|
Note:
The file status, after CICS Runtime is booted up, isENABLESTATUS(ENABLED)
and OPENSTATUS(OPEN)
.
Parent topic: VSAM Configuration File