Slide 20 of 68
Notes:
DCL provides four statements for performing file I/O: OPEN, READ, WRITE and CLOSE.
Use OPEN to begin using a file.
Use READ to get data from a file.
Use WRITE to write data to a file or to update existing records.
Use CLOSE to finish using a file and release the associated resources.