WEBSITE FOR SYNON DEVELOPERS
Synon Mainframe Refresher
 

Delete Object

Every file(CPT, REF) once created in synon gets Create object, Change object and delete object function by default

As its name suggest Delete object allows you to delete an existing record in the file. It does not have any object name and is used as a subroutine with in the calling functions.

All the key fields from the Update access path must be declared as parameters to the 'Delete object' function, they cannot be dropped.

Action diagram user exit points
- Processing before delete
- USER: Processing before DBF update
- Processing after delete
- USER: Processing after DBF update