Dropping a record from further processing
If the REXX procedure exits normally after processing a record,
that record is considered to be selected
, and the contents
of OUTREC are used as the output record for importing. However, if
the REXX procedure ends with a RETURN DROP (or RETURN STOP IMMEDIATE)
instruction, the current record is dropped
from further processing
by FM/Db2, and is not imported.