DFHZC0003 applid Insufficient storage (code X'code') in module modname.

Explanation

A CICS GETMAIN was issued by module modname, but there was insufficient storage available to satisfy the request.

The code X'code' is the exception trace point ID which uniquely identifies the place where the error was detected.

System action

An exception entry is made in the trace table (code X'code' in the message). A system dump is taken, unless you have specifically suppressed dumps in the dump table. CICS will continue unless you have specified in the dump table that CICS should terminate.

If appropriate, an error return code is sent to the caller of this domain. In this case, CICS could be terminated by the caller A message will be issued to this effect. Message DFHME0116, which contains the symptom string for this problem, is produced.

User response

Inform the system programmer.

Try increasing the size of the DSA or EDSA. See the System definition reference or the Improving performance for more information on CICS storage.

Module

DFHTCRP, DFHZGRP

XMEOUT parameters/Message inserts

  1. applid
  2. X'code'
  3. modname

Destination

Console