DROP

The character string DROP tells ZDT/Db2 to not write the current record to the primary output data set. Specifying DROP on the RETURN instruction results in the current record not being imported to the target table.

Here are some examples:
RETURN 'DROP'
Return 'Drop'
Return drop  /* assumes no variable named 'drop' has been assigned */