This Subprogram converts a source Character String into a destination Character String where all characters will be converted to upper case.
Short Name Calling Sequence
LENGTH = UIUPCA(SRCCHA,DSTCHA)
Long Name Calling Sequence
LENGTH = UI_UPPER_CASE(...)
Input Arguments
SRCCHA (Character) Source String
Output Arguments
DSTCHA (Character) Destination String
Function Value
LENGTH (Integer) Length of String
Note:
LENGTH = UI_UPPER_CASE(STRING,STRING)
is valid.