GIM28311EALLOCATION FAILED FOR ddname WHICH WAS MODELED AFTER modeldd. THE REASON CODE WAS rsncode. ddname IS NEEDED TO PROCESS elmtype ELEMENT elmname IN SYSMOD sysmod.

ALLOCATION FAILED FOR ddname WHICH WAS MODELED AFTER modeldd. THE REASON CODE WAS rsncode. ddname IS NEEDED TO PROCESS elmtype ELEMENT elmname IN SYSMOD sysmod.

Explanation

ddname
ddname
modeldd
model ddname
rsncode
reason code for the failure
elmtype
element type
elmname
element name
sysmod
name of SYSMOD supplying element

ddname is needed to process the specified element. The allocation of ddname was attempted using modeldd as a model. This allocation attempt failed. The reason codes and their meanings are:

  1. The ddname being allocated may not be the same as the modeldd.
  2. The modeldd must have been previously allocated.
  3. If modeldd is SYSOUT, it must be defined with a DDDEF
  4. If the modeldd is SYSOUT, it must be defined with a SYSOUT class. If the modeldd is not a SYSOUT, it must not be defined with a SYSOUT class.
  5. The ddname is already allocated.
  6. A DD statement already exists for ddname.

System action

Processing stops for both the element and the SYSMOD supplying the element.

Programmer response

Correct the error and rerun the job