BPE0040E DYN type FAILED FOR dstype,
RC=rc/rsn
DSN=dsn
Explanation
Dynamic allocation or unallocation of a data set failed.
In the message text:
- type
- The type of service that failed.
- ALLOC for dynamic allocation
- UNALLOC for dynamic unallocation
- dstype
- The data set type or DD name of the data set that BPE could not allocate or deallocate.
- rc
- The return code from the MVS DYNALLOC call.
- rsn
- The reason code from the MVS DYNALLOC call.
- dsn
- The name of the data set that BPE was trying to allocate or deallocate.
System action
The BPE dynamic allocation service returns to its caller. The caller might take some additional action based on the failure, such as issue an additional message or an abend.
System programmer response
Analyze the state of the data set that failed dynamic allocation or unallocation. The data set must be cataloged. For information about the dynamic allocation or unallocation return codes and reason codes, see z/OS MVS Programming Authorized Assembler Services Guide (SA22-7608).