Function: MTNAME Purpose: Returns name (synonym) of opened tape device. Category: TAPES File: mtiodev.c Author: K.G. Begeman Use: INTEGER MTNAME( MTID , Input INTEGER NAME ) Output CHARACTER*(*) MTNAME Returns: >0 : MTID -4 : Device not open. MTID Tape device id returned by MTOPEN. NAME Synonym of tape device. Warning: Code is System dependent! Updates: Oct 21, 1991; KGB, Document created.