The COBOL intrinsic function FUNCTION ______ is commonly used for string manipulation.

  • LENGTH
  • REVERSE
  • TRIM
  • UPPER-CASE
The FUNCTION TRIM in COBOL is commonly used for string manipulation. It allows you to remove leading and trailing spaces from a string, providing a cleaner and more controlled data representation.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *