CSDACC
The CSDACC parameter specifies the type of access to the CSD to be permitted to this CICS® region.
- CSDACC={READWRITE|READONLY}
- This parameter is effective only when you start CICS with a START=COLD parameter. If you code
START=AUTO, and CICS performs
a warm or emergency restart, the file resource definitions for the
CSD are recovered from the CICS global
catalog. However, you can redefine the type of access permitted to
the CSD dynamically with a CEMT SET FILE or EXEC
CICS SET FILE command.
- READWRITE
- Read/write access is allowed, permitting the full range of CEDA, CEDB, and CEDC functions to be used.
- READONLY
- Read access only is allowed, limiting the CEDA and CEDB transactions to only those functions that do not require write access.