T-FWD
Moves the tape forward a specified number of records, or to the point just after the next end-of-file (EOF) mark.
Command Class
TCL-I command.
Restrictions
Not valid with QIC drives.
Syntax
T-FWD{channel} {records}
Syntax Elements
channel Optional. The channel to which the required tape units have been attached using the ASSIGN command. If omitted, the tape units attached to the default channel are used.
records The number of records the tape is to move forward. If records is not specified, or if fewer than records records are found before the next EOF, the tape moves forward to the position immediately beyond the next EOF (end of file) mark.
Comments
Before using T-FWD, you must attach the required tape units to the port.
Example
T-FWD B 10
The tape assigned to channel B moves forward 10 records.