DELETE – Automatic delete processing

Sets the default value for the DELETE keyword of the LIST statement.

Y
Yes, DELETE the LISTed records.
N
No, do not DELETE the LISTed records (default).
D
Defer, generate DELETE statements for each LISTed record and output them to the DELFILE output destination for later processing.
Note: When OPTIONS DELETE(Y) is used together with OPTIONS SELECT(Y), the automatically generated SELECT statements are processed before the DELETE statements, allowing Batch Loader to be generated and saved for back out processes.