DFS3989W THE DATA SET SPECIFIED FOR THE dd_name DD STATEMENT DOES NOT CONTAIN MEMBER member name

Explanation

The data set specified in a DD statement in the JCL for the Create RDDS from MODBLKS utility did not contain the indicated member.

In the message text:
dd_name
The data set that is missing the member. Values include:
  • MODBLKS
  • JOBLIB
  • STEPLIB
  • SDFSRESL
member name
The missing member.

System action

Processing continues. This message is accompanied by message DFS3990E, if this problem is a terminating error.

Programmer response

If the indicated DD statement is MODBLKS, ensure that you specified the correct MODBLKS data set associated with the MODBLKS DD statement. Ensure that the value specified for the SUFFIX= control statement specifies the correct suffix for the members you want in the MODBLKS data set.

If the indicated DD statement is JOBLIB, STEPLIB or SDFSRESL, ensure that the data set contains the DFSVNUCx member with a suffix value matching the value specified with the SUFFIX= control statement. If the data set containing the DFSVNUCx member with a suffix value matching the value specified with the SUFFIX= control statement does not contain the executable modules for the Create RDDS from MODBLKS utility, do not specify this data set with the JOBLIB or STEPLIB DD statement, but specify this data set with the SDFSRESL DD statement.

Module

DFSKMOD0, DFSKNUC0