Purpose, Argument, Streams, Usage, Examples, Related
┌─FIRST─┐ ┌─1───────┐ >>──DROP──┬─┼───────┼──┼─────────┼──┬───────┬─┬──────────────────────────────────────>< │ └─LAST──┘ └─numrecs─┘ ├─BYTES─┤ │ │ └─CHARS─┘ │ └─┬─ALL─┬───────────────────────────┘ └─*───┘
Use the DROP stage to discard one or more records at the beginning or end of its primary input stream. DROP selects the remaining records, copying them to its primary output stream. If its secondary output stream is connected, DROP passes any unselected records to its secondary output stream.