| Syntax Color Legend |
|---|
| Command |
| Mandatory parameter |
| Optional parameter |
| Mandatory keyword |
| Optional keyword |
<Variable> := UPPERCASE (<String>)
Converts all characters in the specified <String> to uppercase.
String
| Parameter | Description |
|---|---|
| <Variable> | An alphanumeric variable to store the converted string content. |
| <String> | Expression giving the string value to convert. |
sg-line := uppercase (sg-line)
sg-line := suc (sg-line)