Multiple choice technology programming languages Which among the following is true? The POINT statement will only establish the position within an ISAM, VSAM relative record (RRDS), VSAM (KSDS) indexed file. Data in the file will be available only after the next successful sequential retrieval by a file input statement. both a & b 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.