Remove Exit Program (QUSRMVEP, QusRemoveExitProgram) API


  Required Parameter Group:


  Service Program Name: QUSRGFA1

  Default Public Authority: *EXCLUDE

  Threadsafe: Yes

The Remove Exit Program (OPM, QUSRMVEP; ILE, QusRemoveExitProgram) API removes an exit program entry from a specific exit point that is registered or unregistered. An unregistered exit point is an exit point that the registration facility creates at the time an exit program is added if the exit point does not exist.

This API provides support similar to the Remove Exit Program (RMVEXITPGM) command.


Authorities and Locks

API Public Authority
*EXCLUDE
Exit Registration Lock
*EXCL

Required Parameter Group

Exit point name
INPUT; CHAR(20)

The exit point name from which the exit program is being removed.

Exit point format name
INPUT; CHAR(8)

The exit point format name from which the exit program is being removed.

Exit program number
INPUT; BINARY(4)

The exit program number of the exit program to be removed. The following values are allowed:


Error code
I/O; CHAR(*)

The structure in which to return error information. For the format of the structure, see Error code parameter.


Error Messages



API introduced: V3R1

[ Back to top | Registration Facility APIs | APIs by category ]