Processing Control Constructs

Processing control constructs in the Logic Template are used to selectively process only certain sections of the Logic Template based upon conditions that exist at the time of the search request.

Two types of processing control constructs exist:

Type

Description

Conditional Processing Construct

Determines whether or not a series of commands and assignments are to be processed.
IF->ENDIF

Multiple Choice Construct

Determines whether or not a series of commands and assignments are to be processed.
IF->ELSE->ENDIF