Enumerations

Access

readable
File records can be read by CICS® tasks.
notReadable
File records cannot be read by CICS tasks.
browsable
File records can be browsed by CICS tasks.
notBrowsable
File records cannot be browsed by CICS tasks.
addable
Records can be added to the file by CICS tasks.
notAddable
Records cannot be added to the file by CICS tasks.
updatable
Records in the file can be updated by CICS tasks.
notUpdatable
Records in the file cannot be updated by CICS tasks.
deletable
Records in the file can be deleted by CICS tasks.
notDeletable
Records in the file cannot be deleted by CICS tasks.
fullAccess
Equivalent to readable AND browsable AND addable AND updatable AND deletable.
noAccess
Equivalent to notReadable AND notBrowsable AND notAddable AND notUpdatable AND notDeletable.

ReadMode

The mode in which a file is read.

normal
No update is to be performed (that is, read-only mode)
update
The record is to be updated. The record is locked by CICS until:

SearchCriterion

equalToKey
The search only finds an exact match.
gteqToKey
The search finds either an exact match or the next record in search order.

Status

open
File is open, ready for read/write requests by CICS tasks.
closed
File is closed, and is therefore not currently being used by CICS tasks.
enabled
File is enabled for access by CICS tasks.
disabled
File is disabled from access by CICS tasks.
[[ Contents Previous Page | Next Page Index ]]