Start of change

DSNU1015I csect-name - ERROR ALLOCATING DATA SET DSN=name CODE=X'reason-code'

Explanation

An error was returned by the z/OS® DYNALLOC (SVC 99) service when the TEMPLATE utility was attempting to dynamically allocate a data set. This message might be followed by text that explains the indicated reason code.

csect-name
The name of the control section that issued the message.
name
The data set name.
reason-code
One of the following values:
  • X'00000000' if specified data set name is a GDG base name

  • The DYNALLOC reason code.

System action

Utility processing for the current object halts. If a list is being processed, utility processing of the next object proceeds or halts based on the OPTIONS ITEMERROR control statement. By default, execution halts.

User response

Correct the error that is preventing dynamic allocation, and resubmit the utility job. In some cases, TEMPLATE might not be able to dynamically allocate the data set, and you might need to provide a JCL DD statement for the data set.

Severity

8 (error)

End of change