T.DUMP |
![]() ![]() ![]() |
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
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 |