DM_MONITOR, is a stored procedures, which monitors a running process. It looks like it was left out of the build. It will be added as a defect to include DM_MONITOR stored procedure in the data import build.
exec DM_MONITOR N’<runbook>’, ‘<batchId>’ is a valid statement, it N’ denotes the type of string being passed. If you setting an type of error it due to either the stored procedure being missing or the character being used is ’, which should instead by ‘.
The DM_STATUS stored procedure returns the status of the batchId request.