Your application (probably a FORTRAN program) seems to be writing to a spooled device. This will automatically create a temporary file WITHOUT a directory entry and on closing that file, it will be sent to the associated printer queue with a PRINT/DELETE. Volker.