The FUNCTION _______ intrinsic function is utilized to obtain the integer portion of a numeric value.
- FLOOR
- INTEGER
- TRUNC
- ROUND
The correct option is INTEGER. The INTEGER intrinsic function in COBOL is used to obtain the integer portion of a numeric value by truncating the fractional part.
Loading...
Related Quiz
- How does exclusive file locking differ from shared file locking in terms of access permissions?
- To avoid file locking-related performance bottlenecks, it's important to consider the appropriate use of _______ locks for different file access patterns.
- The CONTINUE statement is often used in COBOL error handling to ___________ the program's normal flow.
- How can you access individual data items within a COBOL group data item?
- The _____ clause in COBOL allows you to specify an alternative action to be taken when a file operation results in an exception.