Archive File Collections

The following syntax is used to generate a statement for each exported Archive File Collection:

CREATE AFC identifier.name
   DEFDATE //'yyyy-mm-dd'//
   FILES (archivefile1, archivefile2, ...);

Keywords

The keywords correspond to values that can be specified for an Archive File Collection. For more information about an individual parameter, see the Archive User Manual.

Keyword Description
AFC identifier.name The name of the Archive File Collection, specified in two parts (identifier.name), is required following the CREATE AFC keyword.
DEFDATE //'yyyy-mm-dd'// The default date in yyyy-mm-dd format.
FILES (archivefile1, archivefile2, ...) The FILES keyword is followed by a list of fully qualified Archive Files in the Archive File Collection. For example,
(C:\Optim\customersFEB.af, C:\Optim\customersMAR.af)