IZD1005W modname DB2 COMMAND FAILED FOR ssid COMMAND command RC = return_code RS = reason_code BM = bytes_moved BNM = bytes_not_moved R0 = register_zero R15 = register_fifteen
Explanation
A command issued using the DB2 IFI command interface failed.The message variables are:
- modname
- The name of the module that issued the DB2 command.
- ssid
- The ID of the DB2 subsystem that the command was issued against.
- command
- The DB2 command that was issued.
- return_code
- The IFI return code received.
- reason_code
- The IFI reason code received.
- bytes_moved
- The number of data bytes returned by the command.
- bytes_not_moved
- The number of bytes that could not be moved because of buffer overflow.
- register_zero
- The contents of R0 on return from the IFI call.
- register_fifteen
- The contents of R15 on return from the IFI call.