Zitat Zitat von nico1964 Beitrag anzeigen
Welche Kriterien???
Einfach
Delete from file
So wie ich das jetzt mitverfolgt habe dauert das DELETE in deinem PGM zu lange.
Es könnte also sein, dass das DELETE anderes umgesetzt wird als auf der alten Maschine.
Wenn das der Fall ist liegt das ggf. an folgenden Kriterien:

Zitat Zitat von SQL Reference
This technique will only be used
if all the following are true:
v The target table is not a view.
v A significant number of rows are being deleted.
v The job issuing the DELETE statement does not have an open cursor on the file
(not including pseudo-closed SQL cursors).
v No other job has a lock on the table.
v The table does not have an active delete trigger.
v The table is not the parent in a referential constraint with a CASCADE, SET
NULL, or SET DEFAULT delete rule.
v The user issuing the DELETE statement has *OBJMGT or *OBJALTER system
authority on the table in addition to the DELETE privilege.
If this technique is successful, the number of increments (see the SIZE keyword on
the CHGPF CL command) is set to zero.