Progress
Database Administration
Guide and Reference
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
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 isproword.34
.NOTES
- See the Progress Programming Handbook for more information about word indexes and word-break table syntax.
- To reference your compiled word-break table (
proword.
rule-num), move it to the$DLC
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:
- To apply the word-break rules to a database, use the WORD-RULES qualifier with the PROUTIL utility.
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |