RIP
Tutorial
Tags
Topics
Examples
eBooks
Tutorial by Examples
FUNCTION TRIM example
01 some-string PIC X(32). ... MOVE " a string literal" TO some-string DISPLAY ":" some-string ":" DISPLAY ":" FUNCTION TRIM(some-string) ":" DISPLAY ":" FUNCTION TRIM(some-string LEADING) ":" DISPLAY ":" F...
UPPER-CASE
MOVE FUNCTION UPPER-CASE("Hello World!") TO SOME-FIELD DISPLAY SOME-FIELD Output HELLO WORLD!
LOWER-CASE function
MOVE FUNCTION LOWER-CASE("HELLO WORLD!") TO SOME-FIELD DISPLAY SOME-FIELD Output hello world!
Page 1 of 1
1
Cookie
This website stores cookies on your computer.
We use cookies to enhance your experience on our website and deliver personalized content.
For more details on our cookie usage, please review our
Cookie Policy
and
Privacy Policy
Accept all Cookies
Leave this website