Keywords should be in upper case (WMB)
For highlighting keywords in ESQL, they should be in uppercase.
For more information please refer to this developerworks or this infocenter article.
| For example – instead of this |
declare ptrException reference to InputTree.*[1]; |
| Preferred | DECLARE ptrException REFERENCE TO InputTree.*[1]; |
