Token (-tok)
- Last Updated: October 17, 2024
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Use Token (-tok) to specify the maximum number of tokens allowed in a
single ABL statement.
| Operating system and syntax | UNIX / Windows |
-tok
n
|
||
|---|---|---|---|---|
| Use with | Maximum value | Minimum value | Single-user default | Multi-user default |
| Client Session | 32767 | 1 | 3000 | 3000 |
- n
- The number of tokens allowed in an ABL statement. The default is 3000 tokens.
If you exceed 3000 tokens in a single statement, the AVM displays a message advising you to increase the number of tokens per statement using this parameter.