SKIPIF

Syntax:

SKIP Expression-1 Operator Expression-2

Expression-1:expression

Expression-2:expression

Description: Compares the values designated by Expression-1 and Expression-2 using the operator designated by Operator. If the comparison is true, SKIPIF cancels the current merge document, moves to the next in the data source, and starts a new merge document. If the comparison is false, the current merge document is continued.

Operator can be any one of the six relational and equality operators specified for operator (§2.16.3.3).

Field Value: None.

Switches: None.

example:
  Order < 100