Multiple choice technology mainframe

The I/O statements that are used for random access

  1. READ and WRITE

  2. GET and PUT

  3. Both a and b

  4. None of the above

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

Random access I/O operations allow reading or writing specific records directly by key or position. READ and WRITE statements provide this random access capability. GET and PUT are typically used for sequential I/O processing where records are accessed in order.