The following are suggested examples of the historical name of the archive configuration (to be specified in the Template field of the Archive tab).

Sample 1

 

If you want to create an annual file with a fixed initial acronym, for example "DATA YEAR" followed by the year of the file creation, set the Template field as follows:


Template = DATA YEAR %Y.DAT

Sample 2


If you want to create an archive containing the production data of the current batch, the name of which is made up of a fixed part "LOTTO", the current batch code (registered in the value field of the BATCHNAME item) and the batch production year , set the Template field as follows:


Template = LOTTO %I <BatchName> %Y.LOG

Sample 3

 

If you want to create a monthly duration file whose name consists of two digits from the year and month, set the Template field as follows:


Template =%y%M.DAT