Next: , Previous: PRINT, Up: Data Input and Output



6.12 PRINT EJECT

     PRINT EJECT
             OUTFILE='filename'
             RECORDS=n_lines
             {NOTABLE,TABLE}
             /[line_no] arg...
     
     arg takes one of the following forms:
             'string' [start-end]
             var_list start-end [type_spec]
             var_list (fortran_spec)
             var_list *

PRINT EJECT writes data to an output file. Before the data is written, the current page in the listing file is ejected.

See PRINT, for more information on syntax and usage.