ILE COBOL Programmer's Guide
The following is the order of operations for a file on which commitment
control has not been started:
- BEFORE trigger fired
- Referential constraint processed for *RESTRICT
- Check constraint processed
- I/O operation processed
- AFTER trigger fired
- Referential constraints, other than *RESTRICT, processed.
The following is the order of operations for a file on which commitment
control has been started:
- BEFORE trigger fired
- Referential constraint processed for *RESTRICT
- I/O operation processed
- AFTER trigger fired
- Referential constraints, other than *RESTRICT, processed
- Check constraint processed.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.