Stops the task and issues an error message in the job details. When Data Integration encounters an ABORT function, it stops transforming data at that row.
Use ABORT to validate data. Generally, you use ABORT within an IIF or DECODE function to set rules for aborting a task. You might use ABORT to avoid writing null values to the target.
Syntax
ABORT( string )
Argument
Required/
Optional
Description
string
Required
String. The message you want to display in the job details when the session stops. The string can be any length. You can enter any valid expression.