tcl.t-read

Verb: Access/Tape Commands, Releases: AP and R83

Reads and displays contents of magnetic media.

Syntax

t-read {(options}

Description

reads from the magnetic media unit attached to the current process and displays the contents of each block read to the terminal or printer.

Any type of Pick-formatted media may be read with this command.

Options

block.number{-block.number} Reads a specific number of blocks or a range of block numbers. .it block.number .xit specifies number of blocks to read; .it block.number-block.number .xit specifies a range of blocks. Blocks are counted from the current position of the tape. If the entire option is omitted, all tape blocks up to the next eof are read.

a Converts EBCDIC format to ASCII.

n No pause. Suppresses the pause at the end of each page on the terminal.

p Directs output to system printer, via the Spooler.

x Displays in hexadecimal format.

Example

t-read
L 01F4 16:12:28 16 Jan 1997 Tape Label

RECORD = 1
1 FORMATC^****...
51 ****...**^* THIS PROGRAM FORMATS A P
.
.
.

[94] END OF FILE

See Also

Command Name Type Description
access.t-dump Verb: Access Dumps items to tape.
tape.handling.verbs Definition 'Tape' is a generic reference to the currently attached peripheral storage device.
tape.label Definition Description of Pick tape labels.
access.t-load Verb: Access Loads data from t-dump format magnetic media.
tcl.t-rdlbl Verb: Access Reads label from magnetic media.
tcl.t-weof Verb: Access Writes eof on magnetic media.
tcl.save Verb: Access Invokes backup process.
tcl.t-read.link Verb: Access

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.