DFS3220I RECEIVED ERROR RETURN CODE. REQ CODE=xx, REG 0=yy, REG 15=zz, LINK=nnn, CLSDST SCHEDULED.

Explanation

One of two conditions exists.
  1. An RPL request has failed.
  2. A VTAM® request (using EXECRPL) failed 25 times because VTAM is short on storage. IMS will terminate the MSC/VTAM link. REG15 is X'04' and REG0 is X'08'.
The following information is given:
Code
Meaning
xx
Decimal request code
yy
Value (in decimal) placed in Register 0 by VTAM upon returning control to IMS
zz
Value (in decimal) placed in Register 15 by VTAM upon returning control to IMS
nnn
MSC/VTAM link ID for which the request failed

System action

The MSC/VTAM link session for the indicated link is terminated. An IMS log record (X'67') with an ID of MSSx (where x=1, 2 or 3) containing pertinent information was written.

Operator response

Notify the IMS System Programmer.

Programmer response

See VTAM V4R3 for MVS/ESA Programming and VTAM Messages and Codes for an explanation of what caused this return code.

Problem determination

1, 5, 6, 7, 17b.