Home

Getting Started

Utilities

Indexing

Omnidex

Development

Tutorials

Quick Links

 

OMNIDEX

Environment Catalog

 

 

Column Statement

Database Statement

Environment Statement

Index Statement

Message Statement

Rule Statement

Table Statement

Environment Catalog

Rule Statement

[RULE rule_name
{"string" | FILE "filespec"}]

 

RULE rule_name

Rules are optional. If defining a rule, the RULE keyword and rule name are required.

This is an unambiguous name, up to 64 characters and can contain letters, A - Z (case insensitive) or numbers.
rule_name must begin with a letter.

 

 

"string" | FILE "filespec"

Required. The string is a quoted string of up to 255 characters defining the "rule".

OR

Use an external file that contains the rule definition. filespec is a quoted string up to 255 characters in length and may contain any valid filename as well as appropriate path information and password information. The enclosing quotes may be single or double quotes. The FILE keyword is required.

 

Top