DSNU007I csect-name DB2 SYSTEM system-name DOES NOT EXIST
Explanation
Utility startup processing has been unable to connect to the indicated Db2 subsystem, because it does not exist on this system.
- csect-name
- The name of the control section that issued the message.
- system-name
- The name of the Db2 subsystem that does not exist.
System action
Utility processing is terminated without invoking the requested utility or utilities.
System programmer response
Ensure that the correct Db2 subsystem has been started with the -START DB2 command.
If you use RACF® to protect connections to Db2 subsystems, you might have to create additional RACF profiles in the DSNR class. Otherwise, connections to some Db2 subsystems might fail. Use the RACF RDEFINE command to add RACF profiles in the DSNR class to protect all Db2 subsystems. For example:
RDEFINE DSNR DB81.BATCH UACC(CONTROL)
User response
Correct your JCL to specify the correct subsystem name on the EXEC statement, and resubmit the job. Contact your system programmer if you are not sure which Db2 subsystem you should specify.
Problem determination
Db2 must be started in order to execute Db2 utilities.
Severity
8 (error)