3.3.1 CUPPER/CLOWER

1.
Function
Performs upper-lower case character conversion on a character string.
2.
Call
CALL CUPPER(CH)
CALL CLOWER(CH)
3.
Explanation of Parameters
CH (C *( *)) The character string to be processed. This is both the input and output parameter
4.
Notes
(a)
None.