AFTER DELETE clause is executed when the user deletes values from a screen record by means of the Delete key. An INPUT ARRAY statement can have only one AFTER DELETE clause. If this clause is present, the following actions are performed when the Delete key is pressed:
The Accept key must also be pressed to make the corresponding modifications in the program array.
AFTER DELETE OF lname
CALL show_list()