Multiple choice technology programming languages

Which among the following is true?

  1. The POINT statement will only establish the position within an ISAM, VSAM relative record (RRDS), VSAM (KSDS) indexed file.

  2. Data in the file will be available only after the next successful sequential retrieval by a file input statement.

  3. both a & b

  4. None of the above

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

The POINT statement in Easytrieve establishes a start position within indexed or relative files, but the actual data is only retrieved and made available after a subsequent sequential read statement executes.