cobol1.hlp (Topic list)
CBL_TOUPPER (↑ Text Routines)
 Key Details                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Routine:      CBL_TOUPPER
 
  Function:     Converts a string of letters to upper case.
 
  Syntax:       CALL "CBL_TOUPPER"     USING     string
                                       BY VALUE  length
                                       RETURNING status-code
 
  Parameters:   string                 PIC X(n).
                length                 PIC X(4) COMP-5.
                status-code            See Key
                                    -♦-