![]() ![]() |
|
SEL-RESTOREThe jBASE sel-restore command enables users to restore all or specific records into a jBASE file from an ACCOUNT-SAVE or FILE-SAVE. The command prompts for the name of source account and file held on the media, unless the restore by file number option has been used, in which case the user is prompted for the number of the source file on the media.
COMMAND SYNTAXsel-restore targetfilename {recordlist} {(options}
PROMPTSName of Account on media : sourceaccountname
SYNTAX ELEMENTSsourceaccountname is the name of the account on the media where the source file resides. sourcefilename is the name of the file on the media in which the source records reside. sourcefilenumber is the number of the file on the media in which the source records reside. targetfilename is the name of the file where the records are to be restored. recordlist is a list specifying the record identifiers to be restored.
NOTESOptions may be specified after the targetfilename or recordlist by preceeding the options with a left parenthesis Before execution the tape device should have been opened with the T-ATT command.
EXAMPLES
Restore all records from the file TAXCODES in account PAYROLL into the file NEWCODES. The record id will be displayed as each record is restored.
Restore record SINGLE from the file number 22 into the file NEWCODES. |