Admin Production rocket
Current Publication

&UPPER

Enterprise Developer for Eclipse (including UNIX Components) V7.0
Rocket® Enterprise Developer (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.

&UPPER

Return a copy of the original string with all lower case characters in the variable converted to upper case. Other characters remain unchanged. Use &IS-UPPER or &IS-LOWER to test if the string is upper or lower case.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.

Syntax:

&UPPER (string)

Aliases:

&upper (string)        &Upper (string)
&TO-UPPER (string)     &to-upper (string)
&To-Upper (string)     &ToUpper (string)
&TOUPPER (string)      &toupper (string)&strupr (string) &Strupr (string) 
&STRUPR (string)&UP-CASE (string) &up-case (string) 
&Up-Case (string)     &UPCASE (string)
&upcase (string)      &UpCase (string)

Comments:

If the argument is stored as a numeric type, &UPPER returns a text string form of the number.

Examples:

&UPPER ("ABC")  = "ABC"
&UPPER ("Ab1%") = "AB1%"
&UPPER ("abc")  = "ABC"