1,635 pts.
 AS/400 exit points
How to edit/create exit points.

Software/Hardware used:
AS/400
ASKED: August 13, 2010  12:26 PM
UPDATED: August 13, 2010  10:57 PM

Answer Wiki:
<i>How to edit/create exit points...</i> Use the WRKREGINF command at the simplest level. In addition, the ADDEXITPGM and RMVEXITPGM commands may be used. From ADDEXITPGM, note the help for the EXITPT() parameter:<ul> <li>Specifies the exit point name to which the exit program is added. If no exit point by this name exists, and CRTEXITPNT(*YES) is specified, an exit point is created.</li> </ul> A created exit point will not be registered until and unless the <a href="http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/apis/qusrgpt.htm">Register Exit Point (QUSRGPT, QusRegisterExitPoint) API</a> is called to register it. Review the <a href="http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/apis/reg1.htm">Registration Facility APIs</a> for a basic understanding of "registered" and "unregistered". If you create an exit point, you might prefer that it remains unregistered. Tom
Last Wiki Answer Submitted:  August 13, 2010  10:57 pm  by  TomLiotta   107,765 pts.
All Answer Wiki Contributors:  TomLiotta   107,765 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _