Previous Topic: Return Code 39 - CANNOT PROCESS OLD REQUESTNext Topic: Return Code 43 - NO VALID INDEX


Return Code 40 - TASK SAVE AREA ERROR

Reason:

A problem has occurred with the DBRW.

Action:

See the following internal return codes for details.

Return Code 40 Internal Return Codes

Dec

Hex

M

B

Explanation

User Response

001

01

N

N

TASK (DBRW) SIZE CHANGE

The MUF startup option
TASKS size parameter was
changed and the Multi-User
Facility was restarted without
recycling the CICS.

Recycle the CICS.

114

72

 

N

TASK SAVE AREA EXTENSION TOO SMALL

The request is denied because it requires larger additional work
areas generated to extend the task save areas than that specified by
MUF startup option TASK.

Enable the MUF with a larger TASKS size parameter. When required, the size parameter must accommodate the largest of the following values which are applicable to your site.

  • The largest User Requirements Table to be opened, where the header is 48 bytes and each table entry is 16 bytes.
  • The largest work area either to receive data on a read command or to send data using an UPDAT, ADDIT, or LOGIT command. That is: the size of the Element List (six times MAXELRQ) plus the largest record in the information base.
  • The largest blocked GETIT or GETPS block to be returned.