00E50062
Explanation
An application request (RARQ) was issued to a resource access list (RAL). At the time of the request, the RAL had the RAL suppress (RALSUPPR) flag on, and the function vector list entry (FVLE) that was accessed (through FRBFVLE) did not have FVLEBIT0 on. This is not allowed. That is, the FVLE function is not allowed during RAL suppress.
This error may indicate that an IMS/VS or CICS® caller had completed Commit Phase 1 and that the next request was not Commit Phase 2, Abort, or Terminate with the Commit or Abort option. This abend is the result of an internal system problem, possibly the Db2 attachment facility or the requesting IMS/VS or CICS subsystem.
This abend reason code is issued by the following macro: DSNARARQ
System action
The allied task requesting the RARQ is abended.
Operator response
Notify the system programmer.
System programmer response
If you suspect an error in Db2, you might need to report the problem. For information about identifying and reporting the problem, see Collecting diagnostic data.
Problem determination
The recovery routines of the module invoking the DSNARARQ macro should have requested SYS1.LOGREC recording and either an SVC or application dump (or both.) The FRB contains the FRBRALE and FRBFVLE entries. It also contains the pointers to the RAL and to the execution block address (FRBEB). Register 3 contains the address of the RAL from FRBRAL. Register 4 contains the address of the RALE as located by the FRBRAL pointer (and as indexed by FRBRALE). Register 6 contains the address of the EB from FRBEB.
- Console output from the system on which the job was run, and a listing of the SYSLOG data set for the period of time that spans the failure.
- Dynamic dump, taken to SYS1.DUMPxx data set, by Db2 (04E and 04F abends).
- A listing of the SYS1.LOGREC data set, obtained by executing IFCEREP1.
- CICS trace listing.
- CICS attachment facility MVS SNAP dump.
- CICS transaction dump.
- IMS trace output.
- IMS dependent region, control region dump, or both.