Providing access to the compiled word-break table
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
To allow database servers and shared-memory clients
to access the compiled version of the word-break table, it must
reside either in the OpenEdge installation directory or in the
location pointed to by the environment variable PROWDrule–num.
For example, if the compiled word-break table has the name proword.34 and
resides in the DLC/mydir/mysubdir directory,
set the environment variable PROWD34 to DLC/mydir/mysubdir/proword.34.
Note: Although the name of the compiled version of
the word-break table has a dot, the name of the corresponding environment
variable does not.