ABORT
Stops the task and issues an error message to the activity log. When Informatica Cloud 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 activity log when the session stops. The string can be any length. You can enter any valid expression. |
Return Value
NULL.