Table of Contents

Search

  1. Preface
  2. Function reference
  3. Constants
  4. Operators
  5. Dates
  6. Functions
  7. System variables
  8. Datatype reference

Function Reference

Function Reference

ABORT

ABORT

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.

Return Value

NULL.

0 COMMENTS

We’d like to hear from you!