Loading...
Select Version
&pagelevel(4)&pagelevel
Guards from a backup file created with GUARDS-SAVE can be transferred with one restore statement back to one imported pubset. If a restore is to be carried out for several pubsets, a corresponding number of restore statements have to be input. A restore process can be carried out in the following ways:
Program-controlled
The guards are transferred directly into the running system
Procedure-controlled
A runtime procedure is generated for the restoration
Example for the command and statement sequence for a restore run
/start-guards-save //show-backup-file ... ——————————————————————————————————————————————— (1) //restore-guards ... //end /call-procedure ... ——————————————————————————————————————————————————— (2)
(1) | optional statement for checking |
(2) | with procedure-controlled restoration |