Maintenance was applied to the production systems. A couple of S0C4 abends with dumps occurred with the following:
CCSR010E TSSRSVCS S0C4 at 1C52A5AC LMOD TSSKERNL CSECT TSSKEXT6
+0005DC PTIBAV04 EXE RLOGVOL
LU00835 was one of the PTFs applied.
Release : 16.0
Component : CA Top Secret for z/OS
At the time of the abend, Top Secret is scanning the ownership record for the dataset in question and looking to see if it has a DSKEY assigned for dataset encryption. The abend is a result of the dataset in question missing the ownership connection.
The solution is to add back the connection by issuing this command:
TSS ADD(dept) DSN(data.set.name)
To see if there are any ownership issues, run TSSFAR with RESINDEX and ACIDRES.
- RESINDEX verifies that all resource ownership indexes match the owning ACID.
- ACIDRES verifies that all resources claiming to be owned by an ACID have a correct matching owning ACID in the resource index.