Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

SYS.DataCheck.PhaseRecheckDiscrepancies

serial class SYS.DataCheck.PhaseRecheckDiscrepancies extends SYS.DataCheck.Phase

Rechecks any global ranges in the current set of results that has a value other than Matched. Set property Iterations to the desired number of times to recheck each discrepant range. The phase ends when after that number of iterations, or when there are no more discrepant ranges.

Property Inventory

Properties

property Iterations as %Integer [ InitialExpression = 1 ];
Property methods: IterationsDisplayToLogical(), IterationsGet(), IterationsIsValid(), IterationsLogicalToDisplay(), IterationsNormalize(), IterationsSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab