AFDK
Explanation
A file control update request was made against an NSR file whilst transaction isolation was active for the task. Using NSR files with transaction isolation active is not supported. The TRANISO SIT parm is YES and the transaction definition has ISOLATE set to YES.
System action
The task is abnormally terminated with a CICS transaction dump. CICS processing continues.
User response
If transaction isolation is required, consider converting the file to use LSR pools or RLS. However, if transaction isolation is not required, another option is to change the transaction definition to specify ISOLATE(NO) which will cause that individual transaction to be run without transaction isolation. Examine the dump to determine the cause of the error. A system dump can be produced by adding the appropriate dump table entry using the CEMT SET TRDUMPCODE command.