| mct (mask character upper/lower) | Index Level | mcxd (mask hex to decimal) |
| Syntax | |
| Category | Processing Codes |
| Type | Processing Code |
| Description | converts all characters in the given value to upper case characters. |
| Options | |
| See Also | output-conversion processing codes mc (mask character) mcl (mask character lower case) mcs (mask character sentences) mct (mask character upper/lower) Processing Codes |
| Example |
string = "UPPER And lower"
crt oconv(string,"mcu") Displays 'UPPER AND LOWER'. |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| mct (mask character upper/lower) | Index Level | mcxd (mask hex to decimal) |