SAP Program RSDB4DMP - iSeries: Dump DBMon Info Depending on Current Timestamp

Description
Report to be executed by the AutoABAP program SAPMSSY6 to get currentinformation about database activity from the memory-based SQL databasemonitor.
The time intervals for the regular dump and the history dump are eitherdefaults - these are constants - or are user-defined in DB4OX.
'Dump' in this case means that the database monitor writes itsinformation into outfiles. The data from these outfiles is collectedtogether and inserted into the SAP database performance tables by report
RSDB4UPD for the regular dump and by reportRSDB4DBh for the history dump.

Precondition
This program is only used in SAP systems running on IBM iSeries.

Output
There is no output.

Technical-info
The default time intervals for the database monitor dump are defined asconstants in INCLUDE program RSDB4INX.
The default for the server on which the dump is initiated is the enqueueserver of the SAP system.
Note: The dump is always executed on the database server.
The FORM routines GET_CURRENT_SETTING and SAVE_SETTING are also used forthe database monitor configuration in report program RSDB400X (mainprogram of transaction ST04).
The dump is initiated in the FORM routine EXECUTE_DUMP by a call to theform DUMP_DBMON in report program RSDB4UPD. When the DUMP API is called,information about this dump execution is saved. This will be read andchanged by the merging process, that is, the execution of RSDB4UPD.

1088358iSeries: Runtime error RAISE_EXCEPTION in RSDB4DMP
729166iSeries: CALL_FUNCTION_REMOTE_ERROR short dump in RSDB4DMP