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.
Loading...
Related Quiz
- How does COBOL handle multi-user access to VSAM and ISAM files, and what are the potential issues?
- Why might you choose variable-length records over fixed-length records in COBOL file processing?
- A table in COBOL can be defined with the OCCURS _____ ON clause to allow dynamic sizing.
- In COBOL, to open a file for both reading and writing, you typically use the _____ access mode.
- Which file organization type is best suited for situations where records are frequently added and deleted?