T.DUMP

Top  Previous  Next

 

The T.DUMP command saves data to a Pick style T-DUMP tape.

 

 

Format

 

T.DUMP {DICT} filename {id...} {BINARY} {COUNT.SUP} {DET.SUP} {FROM listno}

 

where

 

filenameis the name of the file to be saved.

 

id...is a list of record ids to be saved.

 

BINARYsuppresses conversion of newlines to field marks in directory files. Use this mode when saving binary data.

 

COUNT.SUPsuppresses display of the count of records saved.

 

DET.SUPsuppresses display of the detailed list of records saved.

 

FROM listnouses the specified select list to identify the records to be saved.

 

 

The T.LOAD command processes the named file to produce a Pick style T-DUMP tape

 

The tape or pseudo-tape to be created must first be assigned to the process using the SET.DEVICE command.

 

By default, the entire content of the named file is saved. If the default select list is active or the FROM option is used to identify an active select list, that list is used to determine the records to be saved. Alternatively, a list of ids may be given on the command line.

 

 

See also:

ACCOUNT.RESTORE, ACCOUNT.SAVE, FILE.SAVE, FIND.ACCOUNT, RESTORE.ACCOUNTS, SEL.RESTORE, SET.DEVICE, T.ATT, T.LOAD, T.xxx