FABQ0006E DYNALLOC MACRO FAILED TO ALLOCATE ddname RC=rr RSN=ssss

Explanation

The ddname data set was not dynamically allocated. rr is the hexadecimal return code, and ssss is the hexadecimal reason code of the DYNALLOC macro.

If this message is issued for the FABQRPT data set, the message implies that the dynamic allocation took place because GENDATE=YES is specified in the LISTLIB command in the ACBSYSIN control statement, but the FABQRPT DD statement is not specified.

System action

Processing ends with a return code of 16.

User response

Find the reason for the dynamic allocation request failure. Use the information about the return codes and the reason codes in the z/OS® MVS™ Programming: Authorized Assembler Services Guide to identify the cause of the error.