If a control exit service program is created, it must have the appropriate signature so that it matches the service program shipped with the Assure MIMIX Promoter product. The following bind source will produce the signature with the proper procedure exports.
STRPGMEXP PGMLVL(*CURRENT)
EXPORT SYMBOL(“PRCNTRLINIT”)
EXPORT SYMBOL(“PRCNTRLXFERI”)
EXPORT SYMBOL(“PRCNTRLXFERC”)
EXPORT SYMBOL(“PRCNTRLLCKFAIL”)
EXPORT SYMBOL(“PRCNTRLAFTERLCK”)
EXPORT SYMBOL(“PRCNTRLCPYFAIL”)
EXPORT SYMBOL(“PRCNTRLFINAL”)
EXPORT SYMBOL(“PRCNTRLJRNDLT”)
ENDPGMEXP