skip to main content

Library Routines : C$TOUPPER

C$TOUPPER
The C$TOUPPER library routine converts a data item's content to upper-case.
Syntax:
 CALL "C$TOUPPER" USING textItem 
Parameters:
Examples:
Example - Change case to uppercase for a string
move "Hello COBOL World" to str1
call "c$tolower" using str1

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left