Multiple choice technology mainframe

The collating sequence can be controlled in VALUE...THRU clause either in ascending or descending order.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The VALUE...THRU clause in COBOL allows you to specify ranges with control over collating sequence direction. You can write VALUE 'A' THRU 'Z' for ascending order or VALUE 'Z' THRU 'A' for descending order. The clause respects the order specified, giving flexibility in range definitions.