tcl.set-sct

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

Attaches streaming cartridge tape to current process.

Syntax

set-sct {(blocksize)}

Description

attaches the streaming cartridge tape drive to the current process. This must be executed before any other tape handling commands.

Specifies a 1/4-inch streaming tape unit as the peripheral storage device. 'set-sct' automatically specifies a tape-attach command (t-att) and a rewind (t-rew).

'blocksize' may be any value between 512 and 16384. The default is 16384. The block size must be a multiple of 512.

Make sure the hardware is present for a 1/4-inch drive. Otherwise, the port may wait forever.

If only one density is available then it is used. The default is high density.

To improve reliability of Streaming Cartridge Tapes (SCT's), it is strongly advised to retension the tape prior to performing any tape input or output operations. (see 't-ret' or 't-reten').

On AP/Unix systems, this verb is provided for compatibility. (see 'set-device').

Options

l Low density, if available.
h High density, if available.
m Assigns number of buffers using the total real memory minus 256K or 768 buffers, or 384K on a 640K system. Pick Systems strongly advises using this option to increase tape streaming and decrease the number of stop/starts, which decreases tape reliability. (R83) 3.1 only.

r Indicates that the tape is in 'old' format, meaning that it was created on a version prior to 2.2. (R83) 2.2 and higher
s Standard density, if available.

See Also

Command Name Type Description
tcl.t-erase Verb: Access Erases all data on a tape.
tcl.t-rew Verb: Access Rewinds magnetic media.
tcl.t-stat Verb: Access reports the current attachment status of all tape devices.
tcl.t-status Verb: Access Displays magnetic media attachment status.
tcl.t-select Verb: Access Attaches a 'tape' device.
tcl.t-att Verb: Access Attaches magnetic media unit to current process.
tcl.set-device Verb: Access Attaches device (sct/floppy/half) on AIX.
tcl.list-device Verb: Access Lists Unix devices used as 'tapes'.
tcl.account-save Verb: Access Saves one account to magnetic media.
tcl.file-save Verb: Access System backup process.
tcl.sel-restore Verb: Access Restores item(s) from save media.
tcl.account-restore Verb: Access Restores one account.
tcl.restore-accounts Verb: Access Restores accounts which don't already exist.
tape.handling.verbs Definition 'Tape' is a generic reference to the currently attached peripheral storage device.
basic.writet Statement Writes a string to magnetic media.
basic.readt Statement Reads one tape record.
tcl.set-sct-dma Verb: Access Sets dma channel for sct.
tcl.:files Verb: Access Restores entire file system from 'file-save' media.
ue.e070 User Exit Returns the current tape reel number into the input buffer.
tcl.config.tape Menu Configure tapes.

User Comments

What do you think?

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

Login to leave your comments.