access.s-dump

Verb: Access/Access: Verbs, Releases: AP and R83

Dumps items to tape in sorted order.

Syntax

s-dump file.reference {itemlist} {seqlist} {sellist} {modlist} {heading 'text'} {(options)}

Description

writes items from a given file to the attached peripheral storage device in sorted order.

The 'heading' or 'header' modifier allows specifying the contents of the tape label written to the tape prior to the dump.

The tape must already be at load point in order to write the tape label.

If no selection criteria are specified, the entire file is written.

When saving to multiple reels, at the 'insert' prompt (insert next reel and type 'C' to continue), entering a 'Q' will stop the process.

If the dump is being done to streaming cartridge tape (SCT), an explicit end-of-data sequence must be written at the end, since SCT cannot back up. The 't-weof' (TCL) command and the Pick/BASIC 'weof' statement both write the second eod needed to indicate end-of-file. Otherwise, 'account-restore' or 'sel-restore' fail to see the end of the tape.

Options

c Allows compatibility with R83 systems when dumping binary data.

h Suppresses the tape label.

i Suppresses the display of item-id's as they are dumped.

p Directs output to printer.

r{frame.size} This option is used to create dumps that are to be used on a system with a data frame size different from the system which created the tape. 'frame.size' designates the 'target' system frame size. See the table under 'warnings' for various frame sizes

Example

s-dump entity by name

s-dump invoices by date by customer with date <= '1/1/92' heading
'Pre-1992 archived invoices'

See Also

Command Name Type Description
access.itemlist Definition Defines a specific list of item-ids.
access.seqlist Definition Definies collation sequence.
access.sellist Definition Defines selection criteria portion of an Access sentence.
access.selection.criteria Definition Description of Access selection criteria.
access.t-dump Verb: Access Dumps items to tape.
access.t-load Verb: Access Loads data from t-dump format magnetic media.
access.verbs Definition General form of Access sentences.

User Comments

What do you think?

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

Login to leave your comments.