How can I add an exit program to exit point QIBM_QTG_DEVINIT when the exit point is already registered as Allow deregister = *no and Allow change = *no?
                             Display Exit Point                                                                             System: Exit point . . . . . . . . . . . . . . :  QIBM_QTG_DEVINIT       Exit point format . . . . . . . . . . :  INIT0100                                                                                 Exit point registered . . . . . . . . :  *YES                   Allow deregister . . . . . . . . . . . :  *NO                    Maximum number of exit programs . . . :  1                      Current number of exit programs . . . :  0                      Preprocessing for add . . . . . . . . :  QTVADDP                 Library . . . . . . . . . . . . . . :    QSYS                  Format . . . . . . . . . . . . . . . :    ADDP0100             Preprocessing for remove . . . . . . . :  QTVRMVP                 Library . . . . . . . . . . . . . . :    QSYS                  Format . . . . . . . . . . . . . . . :    RMVP0100             Preprocessing for retrieve . . . . . . :  *NONE                   Library . . . . . . . . . . . . . . :                           Format . . . . . . . . . . . . . . . :                          Allow change . . . . . . . . . . . . . :  *NO                   Â
Software/Hardware used:
iSeries
ASKED:
February 18, 2010 8:49 PM
UPDATED:
February 19, 2010 11:07 PM
Thanks for your answer DanD.
When I try to register an exit ptogram to this exit point, I receive a CPF message because the QIBM_QTG_DEVINIT exit point was registered to not allow changes and prevent deregistration.
The real question is; How can I change those settings?
Thanks for the try.
…the QIBM_QTG_DEVINIT exit point was registered to not allow changes and prevent deregistration.
That’s how it should be set. You do not want to change the exit point nor do you want to deregister it. All you want to do is add an exit program to it.
The default parms related to those elements on the ADDEXITPGM command should be sufficient.
Or are you trying to get this done by calling the various APIs?
We can’t give very useful answers until you show us what you’re doing.
Tom