DSNJ437I csect-name UNABLE TO ALLOCATE BSDS dsname. SVC 99 RTN CODE rc, RSN CODE rsncd, INFO infocd.
Explanation
The print log map (DSNJU004) utility attempted to allocate a BSDS data set by using the z/OS® Dynamic Allocation facility, but the system was unable to complete the allocation.
- csect-name
- The name of the control section that issued the message.
- dsname
- The data set name.
- rc
- The return code from the z/OS DYNALLOC (SVC 99) service.
- rsncd
- The reason code from the z/OS DYNALLOC (SVC 99) service.
- infocode
- The information code from the z/OS DYNALLOC (SVC 99) service.
System action
The processing of the indicated BSDS data set stops. If this data set is the last (or only) BSDS data set to be processed by this job, the job is terminated.
User response
See the reason code information for DYNALLOC to determine the action to take. Correct the JCL and rerun the job.
Problem determination
If you suspect an error in Db2, you might need to report the problem. For information about identifying and reporting the problem, see Collecting diagnostic data.
Collect the following diagnostic items:
- SYSPRINT output, including JCL, for the application program or batch job, and system messages that were issued. Make sure that MSGLEVEL=(1,1) on the JOB statement so that all diagnostic information is sent to SYSPRINT.