t-load

t-load


t-dump Index Level Tabbed output
Syntax t-load file.reference {itemlist} {sellist} {modlist} {(options)}
Category Access
Type Verb
Description restores files from a tape that was generated by "t-dump".

If a selection criteria is not specified, the entire file is loaded.

If multiple "t-dumps" were performed, then multiple "t-load" are required to restore the data.

When saving to multiple reels, at the "insert" prompt (insert next reel and type "C" to continue) you may also type "Q" to quit.

"t-load" reads the tape label in order to get the tape block size. If the tape is unlabeled, "t-load" reads the first tape block, determines that the tape is unlabeled, and backspaces the tape by one block before continuing. In this case, the appropriate tape block size must have been specified using the "t-att" verb.
Options a  Bypasses tape label handling and assumes that media is positioned at the beginning of the desired data area.
i     Suppresses display of item-ids.
m     Suppresses display of error message 223 when the item is already on file and the "o" option is not used. (release 7.0 and above)
o     Overwrites existing items, when duplicate item-id{s} exist.
p     Directs output to printer, via the Spooler.
r{n}  Loads binary items (which require contiguous frames) from "t-dump"'s made on a system with "n" data bytes per frame. (D3 only).
v     Reads items but does not write them into the file system. When used with the "o" option, it will write the data to the file.
See Also itemlist sellist selection criteria s-dump t-att t-dump sel-restore t-read tape handling verbs tape label tape modulo Access verbs restore y
Example t-load dict entity
t-load entity (o
Warnings "t-load" does NOT verify that the disk file name matches the tape file name. It is up to the operator to verify that the peripheral storage device is positioned at the correct file before issuing the "t-load" command.

When specifying item id's, it is necessary to enclose those item names in quotes unless they already exist in the file.

AP/SCO systems:  Due to a change in frame size between AP/SCO 6.0 and 6.1, t-dumps from AP/SCO 6.0 or below must be loaded on AP/SCO 6.1 or greater using the "r1000" option.
Compatibility D3 7.0 AP R83
t-dump Index Level Tabbed output