DFS4195E dd__name DD STATEMENT MISSING.

Explanation

The JCL for an IMS catalog utility is missing a required DD statement. The DD statement is identified in the message text.

In the message text:
dd__name
The name of the DD statement that is missing. The possible values are as follows:
  • ACBLIB
  • DBDLIB
  • DBDSOR
  • IMSD0000
  • LUSYSPRT
  • PSBLIB
  • PSBSOR
  • SYSAIN
  • SYSLIB
  • SYSLIN

System action

The utility terminates. No output is generated.

Operator response

Add the missing DD statement to the utility JCL.

For the following DD statements, if you do not require the associated output, you can correct the error by removing the corresponding control parameter from the SYSIN DD statement:
  • ACBLIB
  • DBDLIB
  • DBDSOR
  • PSBLIB
  • PSBSOR

After the JCL is corrected, run the utility again.

Module

DFS3LU00, DFS3CM00