Multiple choice technology mainframe

KSDS AND RRDS FILES CAN BE INPUT RANDOMLY (DIRECTLY) BY

  1. PUT STATEMENT

  2. READ STATEMENT

  3. POINT STATEMENT

  4. GET STATEMENT

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

In VSAM (Virtual Storage Access Method), KSDS (Key Sequenced Data Set) and RRDS (Relative Record Data Set) can be accessed randomly (directly) using the READ statement with proper key or relative record number. PUT is for writing, POINT positions the record, and GET is not a standard VSAM statement.