Data Transformation Engine Execution Commands Reference Guide
Chapter 2 - Execution Commands  List of Execution Commands 
Execution Commands Reference Guide 
49 
Ignore Warnings (-Z) 
The execution Ignore Warnings execution command (-Z) specifies for a map that 
selected warning codes should be ignored and a 
0 return code should be issued. 
When 
–Z is used with one or more warning codes, a 0 return code is issued for 
those warning codes. When used without other options specified, all warning 
codes result in a 
0 return code Using this command impacts OnSuccess settings, 
OnFailure settings, and so on. 
-Z[!][
warning_code
[:
warning_code
...]] 
Option Description 
! 
Use to specify those warning codes that, when encountered, 
remain in their default state; they will remain as warnings and 
a 0 return code is not issued, followed by the warning code 
message. 
Note  When used with -Z only (-Z!), a 0 return code followed 
by the warning code message 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 
Z 
This causes a 0 return code with the warning message to be 
returned when any of the warning codes is encountered. 
Z! 
This causes a 0 return code with the warning message to be 
returned when any of the warning codes is encountered. 
Z18 
This causes a 0 return code with the warning message to be 
returned when a Page Usage Count Error (18) is encountered. 
Z!18 
Excluding the Page Usage Count Error (18), a 0 return code with 
the warning message is returned for all of the other warning 
codes. 
Z18:27:28 
This causes a 0 return code with the warning message to be 
returned when any of the specified warning codes is encountered 
(18, 27, or 28 in this case). 










