Entering content frameSyntax documentation archive_function Locate the document in its SAP Library structure

This parameter defines the type of archiving with BRARCHIVE.

Syntax: archive_function = save|second_copy|delete_saved|deleted_copied|save_delete|second_copy_delete|double_save|double_save_delete|copy_save|copy_delete_save

Default value: save

Possible values:

If there is only one tape device, you can use parameter archive_function = copy_save or copy_delete_save to ensure that BRARCHIVE creates a second copy of the offline redo log files in one run, deletes it if necessary and continues archiving immediately. This can also be done by first calling BRARCHIVE with archive_function = save and then with archive_function = second_copy or second_copy_delete . However, two BRARCHIVE calls with modified parameters are necessary in this case. In practice, the second possibility is not of great interest and should only be used with the corresponding BRARCHIVE command option call if it must be used at all.

Leaving content frame