Data editing > Writing out data
 
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
Print files
Data files
Writing to a report file
Defining the file type
Default print parameters for write statements
Writing out data in a user-defined format