WRITE

Synopsis

HELP:   Outbound parameter list to write data
TYPE:   OVERLAY
SYNTAX: WRITE[{OUTPUT()/BINARY()/CHARACTER()/TEXT()/XML()/RECORD()/FLAM4()/DUMMY}...]

Description

With the WRITE overlay, you can choose the target format (binary, text, character, record, FLAM4FILE, table, ...) in which the original data will be written. Depending on this format, specific behavior is implemented that can be controller by the corresponding parameters. Based on the knowledge about the kind of data that is read read and the format you want to write, this will automatically select the right conversions to simplify processing.

Additionally, you can calculate or verify checksums on the binary data stream before the write operation.

Please see the currently supported targets formats for details.