delErrXBAD Method

Class: Runtime

Description

This method removes an integrity error from the array generated by the setErrXBAD method. The array is not available for programmers to reference.

Syntax

Runtime.delErrXBAD(String table, String msgID)

Parameters

table

The table name under which the error will be reported.

msgID

The message number that corresponds to the message that needs to be removed from the STBLXBAD table.

Returns

Void

When Became Available

Profile v6.3

Example

do Runtime.delErrXBAD("ACN","RESPROC")