next up previous contents
Next: FORMAT Up: File I/O Previous: READ example   Contents

WRITE

WRITE ( UNIT=int-expression same as for READ
FMT=format
same as for READ IOSTAT=int-variable int-variable holds a return code, 0 if writing OK
ERR=label, control is transferred to label if
error when reading the file
ADVANCE='mode', 'YES', the default, means that each WRITE
starts a new line/record; 'NO' for non-advancing I/O.
) output_list



Adrian Sandu 2001-08-26