Recommended automation control points
The automation control point data set contains one member with each of the automation control points selected for use.
We recommend that you use the following BMC AMI Utilities automation control points with BMC AMI Unload. However, you can also use other automation control points.
XSUTGLOB | Use to set global variables that are then used by other automation control points |
---|---|
XSUT0000 | Use to abort a run before it starts This automation control point is called before any processing starts. |
XSUTSYIN | Use to modify SYSIN, enabling you to override or disallow some input parameters This automation control point is called before the parser reads SYSIN and has full access to the SYSIN. |
XSUTTERM | Use to insert run statistics into a Db2 table or to automatically send an audit report as an e-mail at the completion of processing This automation control point is called after processing has finished. |
XSVRXERR | Use to alert a user or to raise an error flag This automation control point is called if processing ends with an error condition. |