Setting up CICS to use LLA gets an ACF2 violation ACF99913 for a dataset. During CICS initialization the log shows:
ACF99913 ACF2 VIOLATION-04,09,CICSTEST,VOLXXX,CEE.SCEERUN2,N/A
CSV244I CSV UPDATE ACCESS DENIED. USER=CICSTEST CLASS=FACILITY
RESOURCE=CSVLLA.CEE.SCEERUN2
+DFHLD0001 CICS1 An abend (code 023/AKEX) has occurred at offset
X'FFFF' in module DFHLDLD1.
+DFHME0116 CICS1 619
(Module:DFHMEME) CICS symptom string for message DFHLD0001 is
PIDS/5655Y0400 LVLS/710 MS/DFHLD0001 RIDS/DFHLDLD1 PTFS/UI59221
AB/S0023 AB/UAKEX ADRS/0000FFFF
+DFHDU0201 CICS1 ABOUT TO TAKE SDUMP. DUMPCODE: LD0001 , DUMPID:
12/0001
The CICS region system initialization table (SIT) parameter LLACOPY is set to YES. Therefore, the CICS region user ID is issuing an MVS library lookaside (LLA) operator command but it does not have sufficient authority for the command to be run.
CICS needs WRITE access to the dataset for validation:
$KEY(CEE)
SCEERUN2 UID(uid string of CICS region) R(A) W(A) E(A)