z/OS ISPF Software Configuration and Library Manager Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Specify the Build and Promote User Exit routines

z/OS ISPF Software Configuration and Library Manager Guide and Reference
SC19-3625-00

Two user exits can be specified for build. SCLM invokes the Build Initial user exit before any build processing begins. The Build Notify user exit is invoked at the end of a build.

Four user exits can be specified for promote. SCLM invokes the Promote Initial user exit before any promote processing begins. SCLM invokes the Promote Verification user exit, the Promote Copy user exit, and the Promote Purge user exit routines at the end of the promote verification, copy, and purge phases, respectively.

Build and promote user exits are defined to the project definition using the following parameters on the FLMCNTRL macro.

Build Initial User Exit
BLDINIT
Build Notify User Exit
BLDNTF or BLDEXT1 (old format)
Promote Initial User Exit
PRMINIT
Promote Verify User Exit
PRMVFY or PRMEXT1 (old format)
Promote Copy User Exit
PRMCOPY or PRMEXT2 (old format)
Promote Purge User Exit
PRMPRURGE or PRMEXT3 (old format)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014