I/O Operations
DISKR - Read
This retrieves records from a file or data set into memory
Records can be retrieved individually or in groups, and processing does not have to start at the beginning of the file or
data set.
DISKW - Write
This transfers records from memory to a file or data set.
Records can be written individually or in groups.
DISKRU - Read for Update
This retrieves a single record which can be altered.
The subsequent updated will be achieved by a DISKW operation, which overwrites the existing record.


