0100/000C
(X’100’/X’00C’, decimal: 256/12)

Explanation

The I/O area was too small to contain all the data; partial data was returned. For ICAL calls, the response area is not large enough to contain the entire response of the synchronous callout message.

The AIBOAUSE field contains the length required to receive all of the data. The AIBOALEN field contains the actual length of the data.

For GUR calls, this code indicates that the response XML document did not fit in the I/O area. A GUR continuation token is set in the AIBRTKN field.

Programmer response

For INQY calls, the call may be reissued with a larger I/O area to retrieve all of the output data. If the data being returned is a message segment resulting from an ICMD or RCMD call, you may reissue the ICMD call with a larger I/O area.

For ICAL calls, check the AIBOALEN that contains the actual length of the response message and resubmit the ICAL with the correct length and response area.

Issue an ICAL call with the RECEIVE subfunction code and expanded response message area to retrieve the complete response message.

For GUR calls, use the AIBRTKN value to continue the GUR call and obtain the rest of the XML data. Multiple sequential calls might be required.

Source

DL/I codes