Try OpenEdge Now
skip to main content
Database Administration
Reference : PROUTIL Utility : PROUTIL WBREAK-COMPILER qualifier
 

PROUTIL WBREAK-COMPILER qualifier

Compiles a word-break table. For PROUTIL WBREAK-COMPILER to succeed, the word-break table source file must define a data structure named word_attr.

Syntax

proutil -C wbreak-compiler src-file rule-num

Parameters

src-file
Identifies the word-break table source file to compile.
rule-num
Specifies an integer between 1 and 255 (inclusive) that will uniquely identify the compiled word-break table. PROUTIL WORD-BREAK COMPILER names the compiled version of the word-break table proword.rule-num. For example, if rule-num is 34, the name of the compiled word-break table file is proword.34.

Notes

*To reference your compiled word-break table (proword.rule-num), move it to the OpenEdge install directory or set the PROWD environment variable to point to the location of the file. When you set the PROWD environment variable, append the value of rule-num to PROWD. For example:
PROWD34=proword.34; export PROWD34
*To apply the word-break rules to a database, use the WORD-RULES qualifier with the PROUTIL utility.