CONTINUE Function



Function Type

Predefined function

Syntax

CONTINUE()

Description

Terminates the current processing loop iteration and returns the conversion to the beginning of that processing loop. This function is best used in Pre/Post Read and Pre/Post Write customizations.

Information
Example

This function can be used to ensure that a record meets certain criteria before it is inserted. To do this, add a PreWrite customization to check for the criteria, and if the criteria is not met, call CONTINUE(). This will cause the conversion to return to the Read without performing the Write.

Returns

Integer



 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI DevX Data Studio Help