Data Transformation Engine Execution Commands Reference Guide
Chapter 2 - Execution Commands List of Execution Commands
Execution Commands Reference Guide
20
-D[ccyy|0]
Option Description
ccyy
A missing century for a Date & Time item is derived based on the
ccyy value.
0
Turn off the Century execution command.
For example, if you specify -D1960, a
YYMMDD
-formatted date between 60mmdd
and 99mmdd is interpreted as having a century value of 19. Dates between
00mmdd and 59mmdd are interpreted as having a century value of 20. In this
example, data with a date of
580101 is assigned a century of 20; however, data
with a date of
600101 is assigned a century of 19.
Fail on Warnings (-F)
Use the Fail on Warnings (-F) execution command to specify that the map should
fail when any of the selected warning codes are returned. When used with one or
more warning codes, a map-failed condition is returned for those warning codes.
When used without other options specified, all warning codes result in a
map-failed condition. Using this command impacts OnSuccess settings,
OnFailure settings, and so on.
-F[!][
warning_code
[:
warning_code
...]]
Option Description
!
Use to specify warning codes that, when encountered, remain
in their default states—they remain as warnings and do not
issue a map failed message.
Note When used with -F only (for example, -F!), a map-
failed condition is returned if any of the warning codes
is encountered.
warning_code
Specify the warning codes to be acted upon when
encountered. Valid warning code selections include: 14, 18,
21, 26, 27, 28, and 29.
Examples
-F
A map-failed message is returned when any of the warning codes
is encountered.