Function: MTFSR Purpose: Forward space record on a specified tape device. Category: TAPES File: mtiodev.c Author: K.G. Begeman Use: INTEGER MTFSR( MTID, Input INTEGER NREC ) Input INTEGER MTFSR Returns: >0 : Number of records skipped forwards. If MTFSR < NREC, a tape mark was encountered. The tape is position after that tape mark. -1 : System error. -4 : Tape device not open. -9 : Call error. MTID Tape device id returned by MTOPEN. NREC Number of records to skip forward. Warning: Code is System dependent! Updates: Jul 20, 1989, KGB, Document created.