
MVS command to Add an Exit routine to an Exit
When you require to add an exit routine to an exit you may use the most simple form of the Add command: /SETPROG EXIT,ADD,EXITNAME=exit_name,MODNAME=mod_name,DSNAME=dsname Example: exit_name = SYS.IEFACTRT mod_name = IEFACTRT dsname = SYS2.LINKLIB.TST1 /SETPROG EXIT,ADD,EXITNAME=SYS.IEFACTRT,MODNAME=IEFACTRT,DSNAME=SYS2.TST1.LINKLIB Other parameters: When adding an Exit routine to an Exit you may also have […]