RELOG.DB.DUMPS program
The RELOG.DB.DUMPS cataloged DataBasic program clears the DataBasic application dump item cache. This effectively resets the duplicate counts that are maintained while the DB.DUMP.MULTIPLE custom environment option is unset (as it is by default).
Thus the system treats the next re-occurrence of a warning or fatal run-time error (on the same port, account, user, program and line number) as if it were the first, and creates a new WARN or ABORT dump item for it. Thereafter, successive concurrences of the same error increment this item's duplicate count as before.
Syntax
RELOG.DB.DUMPS
Command class
Cataloged DataBasic program.
Restrictions
The verb is provided only in the SYSMAN account MD; if necessary it can be copied to other accounts. The program is shipped in SYSBP and also requires RELOG.DB.DUMPS.ERR.
Comment
RELOG.DB.DUMPS affects all dump files, not just the default BASIC-DUMPS file.