Data Transformation Engine Execution Commands Reference Guide
Chapter 2 - Execution Commands List of Execution Commands
Execution Commands Reference Guide
40
Output Target Override – File (-OF)
Use the Output Target Override – File execution command (-OF) to override data
destination specifications for a specific output card in a compiled map file for a
single execution of a map.
-OF
card_num
[+|!+][X|X0][R
count
:
interval
][B]
[K['
filename
']|[+'
filename
']|[U'
filepath
']|[U]|
[1
'
filename
']|[1+'
filename
']|[U1'
filepath
']|[U1]]
{
target
|.}
Option Description
card_num
This is the card number of the output to override.
+
If the map, burst, or card completes successfully, the
output data is appended to an existing data file. If the data
file does not exist, it is created.
!+
The data file is created at the start of map execution. If the
file exists, it is overwritten. If more than one burst occurs,
data is appended to the same data file.
R
count:interval
Specify Retry settings. If the target is unavailable, the
adapter attempts to access the target as many times as
specified by the
count
setting at the interval specified by
the
interval
setting.
count
number of attempts to access the file
interval
number of seconds to wait between attempts
Note If this option is not specified, the Retry settings
compiled into the map are used. To eliminate
adapter retry, specify R0:0.
B
If the map, burst, or card does not complete successfully,
roll back any changes made to this data target. If this
option is not specified, the OnFailure setting compiled into
the map is used.
K
When the map, burst, or card runs, no backup file will be
created.