DSNJ215I csect-name SVC 99 INFORMATION REQUEST FOR DD NAME 'ddname' FAILED. RC= rc, RSN= rsncd, AND INFO CODE infocode.

Explanation

The DSNJU004 (print log map) utility requested information from the z/OS® Dynamic Allocation facility about the indicated DD name, but the system was unable to provide the information.

csect-name
The name of the control section that issued the message.
ddname
The DD 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

If the information request was for the SYSIN DD statement, DSNJU004 assumes that the control statement was not provided. DSNJU004 attempts to continue the request by using the SYSUT1 DD statement to locate the BSDS to be mapped.

If the information request was for the DD name of a BSDS, the attempts to get information about BSDS data sets are stopped. If information about any BSDS data sets was previously acquired, the maps of those BSDS data sets are printed. Otherwise, the utility terminates.

System programmer response

See the reason code for DYNALLOC to determine the action to take.

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:
  • SYSABEND, SYSUDUMP, or SYSMDUMP output.
  • 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.