Change package exit points occur before and after processing a
change package API command: Install, Newcopy, Ready, Approve, Disapprove,
Unready, Migrate, Import, and Backout. The pre-processing
exit points occur after any security checks.
You can use these exit points to augment change package workflow. For example:
For the pre-processing exit points, you can write
user exit programs to disallow or allow the API command.
API command | Pre-processing exit point name | Post-processing exit point name |
---|---|---|
Approve | CPPRAP01 | CPPOAP01 |
Backout | CPPRBO01 | CPPOBO01 |
Disapprove | CPPRDA01 | CPPODA01 |
Import | CPPRIM01 | CPPOIM01 |
Install | CPPRIN01 | CPPOIN01 |
Migrate | CPPRMG01 | CPPOMG01 |
Newcopy | CPPRNC01 | CPPONC01 |
Ready | CPPRRD01 | CPPORD01 |
Unready | CPPRUR01 | CPPOUR01 |