Compile word-break tables
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
After you create or modify a word-break table, you must compile
it using the PROUTIL utility with the WBREAK-COMPILER qualifier.
Syntax
|
- src-file
- The name of the word-break table file to be compiled.
- rule-num
- A number between 1 and 255 inclusive that identifies this word-break table within your OpenEdge installation.
The PROUTIL utility
names the compiled version of the word-break table proword.rule-num.
For example, if rule-num is 34, PROUTIL names the
compiled version proword.34.
For the complete syntax of the PROUTIL
utility, see Manage the OpenEdge Database.