Follow the established naming standards for routines that make up the PSL compiler routine set. These standards describe how to name the programs that compile PSL code.
The compiler routine name must start with the letters "UC". The remaining six characters available for a routine’s name should be as follows:
Use the class name if it is six characters or less.
If the class is made up of just one word, use the first six letters of the class name.
If the class is comprised of more than one word, abbreviate the first word to three letters.
When Standard is Enforced: Profile v7.0