DFS3983E THE DFSURCM0 UTILITY FAILED TO FIND THE TRANSACTION EDIT ROUTINE FOR TRANSACTION CODE transaction code
Explanation
The Create RDDS from MODBLKS utility (DFSURCM0)
was unable to determine the transaction edit routine to be associated
with the transaction identified in the message text by transaction
code. This message might be the result of one of the following:
- An IMS.SDFSRESL data set was not supplied, or did not contain a nucleus member DFSVNUCx with a suffix matching the value specified on the SUFFIX= control statement.
- If the resource definition data set (RDDS) is being created from the system definition input, the CONTROL DD statement does not reference the data set created by the DFSURST0 utility OUTPARMS DD statement.
- The data set referenced by the CONTROL DD statement does not contain EDITRTN control statements for the indicated transaction code.
System action
The Create RDDS from MODBLKS utility fails with a return code 8.
Programmer response
Based on the possible cause of the problem,
perform one of these actions:
- For 1, ensure that an IMS.SDFSRESL data set is supplied which contains the nucleus member DFSVNUCx with a suffix matching the value specified on the SUFFIX= control statement.
- For 2, ensure that data set created by the DFSURST0 utility OUTPARMS DD statement is included in the data set concatenation for the CONTROL DD statement code.
- For 3, ensure that EDITRTN control statements are supplied for transaction code.