KSDS AND RRDS FILES CAN BE INPUT RANDOMLY (DIRECTLY) BY
-
PUT STATEMENT
-
READ STATEMENT
-
POINT STATEMENT
-
GET STATEMENT
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.