User Manual User guide

Preface
APS Import/Export Utility User Manual
5-36
Protecting Archive Files
(SLC 5/03 and SLC 5/04 Processors Only)
There are three types of file protection: data, ladder, and force.
Data File Protection
To protect a data file, place the keyword entry at the end of the data file. For
example:
PROTECT_DATA N7 STATIC
Keyword Logical File Protection Type
Note Default
data file pr
otection is: output file = STATIC; all other files = unprotected.
The following are example data file protection entries:
The example below causes data file B3 to be CONST
ANT protected.
PROTECT_DATA B3 CONSTANT
The
example below causes data file N7 to be ST
ATIC protected.
PROTECT_DATA N7 STATIC
The
example below causes data file N7 to be MEMory MODule protected.
PROTECT_DATA N7 MEM_MOD