5-84 Command Reference
UPPER
Purpose Converts the specified field to upper-case characters.
Syntax UPPER
source
Process The UPPER command converts
source
to upper-case characters.
Source
can be one of the following:
Source
Description
INPUT Input Buffer
Logical Field Name
(TEMP1)
Temporary Buffer
Field
Logical Field Name (LU1) Lookup Buffer Field
Logical Field Name (PR1) Printer Buffer Field
Logical Field Name
(Field1) [Index]
Array Buffer Field
Example
This example converts any lower-case characters in TEMP_SKU to upper-case.
UPPER TEMP_SKU
See Also
LOWER