Syntax Rules for Table Descriptions
<if_condition> ::= IF <condition > | OTHERWISE
Use this syntax rule to define the selection criterion that determines which records from the data stream are loaded to which target table.
You can selectively load data records that do not fulfill the selection criterion to a specific target table by using the OTHERWISE condition. This means that you can load all those records in the data stream, for which you cannot define a standard selection criterion, to a certain target table.
This syntax rule allows you to select data records when loading them from a data stream into a target table:
OTHERWISE can only be specified for the last table in a series of DATALOAD commands.