Hallo Peter,

wenn Du alle Aktionen im gleichen Programm handelst, hast Du mit der *PSSR-Routine wenig Chancen.

Bei ENDSR gibt es zwar noch andere Aktionen, aber mit denen wirst Du auch nicht weiter kommen:
*DETL: Continue at the beginning of detail lines.
*GETIN :Continue at the get input record routine.
*TOTC:Continue at the beginning of total calculations.
*TOTL:Continue at the beginning of total lines.
*OFL: Continue at the beginning of overflow lines.
*DETC:Continue at the beginning of detail calculations.

Du wirst Dich wohl mit dem Gedanken an einen ILE Condition Handler anfreunden müssen.

Siehe:

Forget To Handle Errors? Use an ILE Condition Handler

Birgitta