Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

Reality V15.2 Online Documentation (MoTW) Revision 3

RELOG.DB.DUMPS program (relog-db-dumps_program.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

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.

RealityV15.2Revision 3Comment on this topic