Multiple choice technology mainframe

"Using a SORT activty, an easytrieve program can sort any file that can not be processed sequentially". is the statement true?

  1. True

  2. False

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

The SORT activity in Easytrieve allows sorting of files, but the statement is misleading. SORT works on files that CAN be processed sequentially - it reads the file sequentially first, then sorts the records. The phrasing 'files that cannot be processed sequentially' is incorrect because SORT requires the file to be readable. Therefore, the statement is false.