TRUNCATE The truncate command allows the user to truncate files back to their logical end-of-file point. The general format of the TRUNCATE command is: TRUncate infile1[infile2,...infilen]/TR ! The specified files are truncated to their logical end-of-file point. Note that more than one file can be specified. If all files are to be truncated use *.* as the infile1 specification. The TRUNCATE command performs the same function as: >PIP infile1[,infile2,...infilen]/TR Note: TRU FILE.DAT,SOURCE.FTN <=> PIP FILE.DAT,SOURCE.FTN/TR