The PRINT (abbreviated P) command creates a listing file with the specified file name. Format: PRINT file-spec [range] The lines selected by range are written to a listing format file with page headers. If the NUMBERS option is set (see SET NUMBERS), the EDT line numbers will appear on the listing. If you omit range, the entire current buffer is printed. Print does not alter the current line. Use PRINT only to create a listing. If you wish to create a file, use the WRITE command.