Writing out data
To write out data after it has been read into the C array, you can:
▪create a new data file
▪copy records to a print file
▪write information to a report file.
Data and print files are both accessed by the write statement; the format of the statement depends on the type of file and the information being written. You write to report files using the report statement.
See