ARCHIVE

LANSA Integrator

ARCHIVE

The optional keyword ARCHIVE is used to archive content to a specified path.

The content encoding of the archive can be controlled by the use of an ARCENCODE keyword. If this keyword is not present then the 'archive.encoding' service property entry is used, if this service property does not exist then a default encoding of UTF-8 is used. To use the default file encoding of the JVM, use the keyword value of *DEFAULT.

 

ARCHIVE(/MYARCHIVE/FILE.DAT)

ARCHIVE(/MYARCHIVE/FILE.DAT) ARCENCODE(*DEFAULT)

ARCHIVE(/MYARCHIVE/FILE.DAT) ARCENCODE(ISO8859_1)

 

#

# archive.encoding=ISO8859_1

archive.encoding=*DEFAULT

#